Skip to content

Commit e350e41

Browse files
committed
chore(release): release 0.8.23
1 parent c10849f commit e350e41

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

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

22

3+
## <small>0.8.23 (2024-11-28)</small>
4+
5+
* chore(deps): bump braces from 3.0.2 to 3.0.3 (#366) ([105d515](https://github.com/benyap/resolve-tspaths/commit/105d515)), closes [#366](https://github.com/benyap/resolve-tspaths/issues/366)
6+
* chore(deps): bump cross-spawn from 7.0.3 to 7.0.6 (#365) ([c10849f](https://github.com/benyap/resolve-tspaths/commit/c10849f)), closes [#365](https://github.com/benyap/resolve-tspaths/issues/365)
7+
* chore(deps): bump micromatch from 4.0.5 to 4.0.8 (#364) ([a7350a2](https://github.com/benyap/resolve-tspaths/commit/a7350a2)), closes [#364](https://github.com/benyap/resolve-tspaths/issues/364)
8+
* chore(deps): update pnpm to v9.14.2 (#352) ([6a749c6](https://github.com/benyap/resolve-tspaths/commit/6a749c6)), closes [#352](https://github.com/benyap/resolve-tspaths/issues/352)
9+
* chore(deps): upgrade dependencies ([1d455a9](https://github.com/benyap/resolve-tspaths/commit/1d455a9))
10+
* fix: typo in import regex, add tests ([a3c2138](https://github.com/benyap/resolve-tspaths/commit/a3c2138))
11+
312
## [0.8.22](https://github.com/benyap/resolve-tspaths/compare/0.8.21...0.8.22) (2024-09-19)
413

514

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.22",
3+
"version": "0.8.23",
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.22"
2+
"version": "0.8.23"
33
}

0 commit comments

Comments
 (0)