Skip to content

Commit f9d3632

Browse files
committed
chore(release): release 0.8.19
1 parent 52bfdd5 commit f9d3632

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11

22

3+
## [0.8.19](https://github.com/benyap/resolve-tspaths/compare/0.8.18...0.8.19) (2024-05-18)
4+
5+
6+
### Bug Fixes
7+
8+
* import/export regex matching on the word "import" in comments ([a02849e](https://github.com/benyap/resolve-tspaths/commit/a02849e458c2a980238996337ef48842f3be9c2f))
9+
10+
11+
### Internal
12+
13+
* **deps:** upgrade dependencies ([52bfdd5](https://github.com/benyap/resolve-tspaths/commit/52bfdd583b5571b3e035f63c59bff44407017890))
14+
315
## [0.8.18](https://github.com/benyap/resolve-tspaths/compare/0.8.17...0.8.18) (2024-02-16)
416

517

@@ -749,4 +761,4 @@
749761

750762
### Features
751763

752-
* core functionality ([e8584cc](https://github.com/benyap/resolve-tspaths/commit/e8584cc646f46997921721990572757935a85d95))
764+
* core functionality ([e8584cc](https://github.com/benyap/resolve-tspaths/commit/e8584cc646f46997921721990572757935a85d95))

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.18",
3+
"version": "0.8.19",
44
"description": "Transform path mappings in your compiled Typescript code",
55
"author": "Ben Yap <contact@benyap.com>",
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.18"
2+
"version": "0.8.19"
33
}

0 commit comments

Comments
 (0)