Skip to content

Commit 1597864

Browse files
committed
chore(release): release 0.8.22
1 parent 035c8d0 commit 1597864

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

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

22

3+
## [0.8.22](https://github.com/benyap/resolve-tspaths/compare/0.8.21...0.8.22) (2024-09-19)
4+
5+
6+
### Internal
7+
8+
* remove pnpm version from github actions to prevent conflict ([035c8d0](https://github.com/benyap/resolve-tspaths/commit/035c8d0a7f7704d18f5145269b197eb8a78ed289))
9+
310
## [0.8.21](https://github.com/benyap/resolve-tspaths/compare/0.8.20...0.8.21) (2024-09-19)
411

512

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

0 commit comments

Comments
 (0)