Skip to content

Commit 138a773

Browse files
committed
chore(release): release 0.7.1
1 parent f774d37 commit 138a773

File tree

3 files changed

+26
-2
lines changed

3 files changed

+26
-2
lines changed

CHANGELOG.md

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

22

3+
## [0.7.1](https://github.com/benyap/resolve-tspaths/compare/v0.7.0...v0.7.1) (2022-07-16)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** update dependency commander to v9.4.0 ([#128](https://github.com/benyap/resolve-tspaths/issues/128)) ([cfa2c9a](https://github.com/benyap/resolve-tspaths/commit/cfa2c9a2a6fcd1fb71d63613c5be9503b8e36659))
9+
* do not replace existing relative paths ([8b1f4b7](https://github.com/benyap/resolve-tspaths/commit/8b1f4b747f298dcffb27f044e5029ae8939be877))
10+
11+
12+
### Internal
13+
14+
* **deps:** update dependency @types/jest to v28.1.5 ([#123](https://github.com/benyap/resolve-tspaths/issues/123)) ([c3962cb](https://github.com/benyap/resolve-tspaths/commit/c3962cb1c327bba5f1deadff4734316616d5ee57))
15+
* **deps:** update dependency @types/jest to v28.1.6 ([#129](https://github.com/benyap/resolve-tspaths/issues/129)) ([eca457a](https://github.com/benyap/resolve-tspaths/commit/eca457a54d74491f19fee1f24dbd9fe8d2b5a67d))
16+
* **deps:** update dependency jest to v28.1.3 ([#124](https://github.com/benyap/resolve-tspaths/issues/124)) ([accb746](https://github.com/benyap/resolve-tspaths/commit/accb74657d37f4a96ab5237ce5effc5dc06e5217))
17+
* **deps:** update dependency release-it to v15.1.2 ([#130](https://github.com/benyap/resolve-tspaths/issues/130)) ([cce8c94](https://github.com/benyap/resolve-tspaths/commit/cce8c942ca0f6f7cc0d4fb56e9f57fb498717cf2))
18+
* **deps:** update dependency ts-jest to v28.0.6 ([#127](https://github.com/benyap/resolve-tspaths/issues/127)) ([fd75d4d](https://github.com/benyap/resolve-tspaths/commit/fd75d4defae46ccc3650a57e24370d5162bdb1c7))
19+
* **deps:** update dependency ts-node to v10.9.0 ([#125](https://github.com/benyap/resolve-tspaths/issues/125)) ([870e843](https://github.com/benyap/resolve-tspaths/commit/870e843280b77c83201da0654ec6540322c69c59))
20+
* **deps:** update dependency ts-node to v10.9.1 ([#126](https://github.com/benyap/resolve-tspaths/issues/126)) ([71c6c2c](https://github.com/benyap/resolve-tspaths/commit/71c6c2c8bf045c69649d478533317e3d1c9c4c2d))
21+
22+
23+
### Documentation
24+
25+
* add wintercounter as a contributor for bug ([#132](https://github.com/benyap/resolve-tspaths/issues/132)) ([f774d37](https://github.com/benyap/resolve-tspaths/commit/f774d378345894eb07a67b84977797fd764043a0))
26+
327
## [0.7.0](https://github.com/benyap/resolve-tspaths/compare/v0.6.0...v0.7.0) (2022-07-09)
428

529

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

0 commit comments

Comments
 (0)