diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e53551..1a3ee5b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ +## [0.8.19](https://github.com/benyap/resolve-tspaths/compare/0.8.18...0.8.19) (2024-05-18) + + +### Bug Fixes + +* import/export regex matching on the word "import" in comments ([a02849e](https://github.com/benyap/resolve-tspaths/commit/a02849e458c2a980238996337ef48842f3be9c2f)) + + +### Internal + +* **deps:** upgrade dependencies ([52bfdd5](https://github.com/benyap/resolve-tspaths/commit/52bfdd583b5571b3e035f63c59bff44407017890)) + ## [0.8.18](https://github.com/benyap/resolve-tspaths/compare/0.8.17...0.8.18) (2024-02-16) @@ -749,4 +761,4 @@ ### Features -* core functionality ([e8584cc](https://github.com/benyap/resolve-tspaths/commit/e8584cc646f46997921721990572757935a85d95)) \ No newline at end of file +* core functionality ([e8584cc](https://github.com/benyap/resolve-tspaths/commit/e8584cc646f46997921721990572757935a85d95)) diff --git a/package.json b/package.json index 03287bc..1298f24 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "resolve-tspaths", - "version": "0.8.18", + "version": "0.8.19", "description": "Transform path mappings in your compiled Typescript code", "author": "Ben Yap ", "license": "MIT", diff --git a/src/version.json b/src/version.json index d77907a..2b1f1f0 100644 --- a/src/version.json +++ b/src/version.json @@ -1,3 +1,3 @@ { - "version": "0.8.18" + "version": "0.8.19" }