Skip to content

Commit 7023245

Browse files
committed
chore(release): release 0.8.18
1 parent 9ed987f commit 7023245

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-2
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11

22

3+
## [0.8.18](https://github.com/benyap/resolve-tspaths/compare/0.8.17...0.8.18) (2024-02-16)
4+
5+
6+
### Bug Fixes
7+
8+
* resolve importPath with file extension ([42dca3f](https://github.com/benyap/resolve-tspaths/commit/42dca3f6b8364f93e3e2aa94c8a8b2ec3cc90be1))
9+
10+
11+
### Documentation
12+
13+
* update .all-contributorsrc [skip ci] ([67c743d](https://github.com/benyap/resolve-tspaths/commit/67c743dd8b2d40383371e9c04f033d3015270b73))
14+
* update README.md [skip ci] ([9a12069](https://github.com/benyap/resolve-tspaths/commit/9a12069884d221ac4843fbcfed37336f05885a0a))
15+
16+
17+
### Internal
18+
19+
* **test:** added additional tests for the new changes ([5b02bbf](https://github.com/benyap/resolve-tspaths/commit/5b02bbfddc6d5dba3999c1a4d9aa7d9a760944d4))
20+
321
## [0.8.17](https://github.com/benyap/resolve-tspaths/compare/0.8.16...0.8.17) (2023-10-21)
422

523

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "resolve-tspaths",
3-
"version": "0.8.17",
3+
"version": "0.8.18",
44
"description": "Transform path mappings in your compiled Typescript code",
55
"author": "Ben Yap <[email protected]>",
66
"license": "MIT",

src/version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"version": "0.8.17"
2+
"version": "0.8.18"
33
}

0 commit comments

Comments
 (0)