Skip to content

Commit 2fc7345

Browse files
committed
chore(release): release 0.8.13
1 parent 4f781e3 commit 2fc7345

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.13](https://github.com/benyap/resolve-tspaths/compare/0.8.12...0.8.13) (2023-04-11)
4+
5+
6+
### Internal
7+
8+
* use pnpm v8 for publish workflow ([4f781e3](https://github.com/benyap/resolve-tspaths/commit/4f781e32be999d4210718346edbd9374d3f5205c))
9+
310
## [0.8.12](https://github.com/benyap/resolve-tspaths/compare/0.8.11...0.8.12) (2023-04-11)
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.12",
3+
"version": "0.8.13",
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.12"
2+
"version": "0.8.13"
33
}

0 commit comments

Comments
 (0)