Skip to content

Commit b4b1848

Browse files
committed
chore(release): release 0.8.21
1 parent 581b87f commit b4b1848

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.21](https://github.com/benyap/resolve-tspaths/compare/0.8.20...0.8.21) (2024-09-19)
4+
5+
6+
### Internal
7+
8+
* fix mismatched pnpm version in github actions ([581b87f](https://github.com/benyap/resolve-tspaths/commit/581b87faf3188d5a1e21818c2dd334f1c44d7136))
9+
310
## [0.8.20](https://github.com/benyap/resolve-tspaths/compare/0.8.19...0.8.20) (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.20",
3+
"version": "0.8.21",
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.20"
2+
"version": "0.8.21"
33
}

0 commit comments

Comments
 (0)