Skip to content

Commit a03c1fb

Browse files
committed
chore(release): 1.1.5
1 parent 1f6e654 commit a03c1fb

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-2
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
### [1.1.5](https://github.com/LeDDGroup/typescript-transform-paths/compare/v1.1.4...v1.1.5) (2019-07-09)
6+
7+
8+
### Bug Fixes
9+
10+
* declaration files inconsistencies ([d7f4074](https://github.com/LeDDGroup/typescript-transform-paths/commit/d7f4074)), closes [#24](https://github.com/LeDDGroup/typescript-transform-paths/issues/24) [#23](https://github.com/LeDDGroup/typescript-transform-paths/issues/23) [#22](https://github.com/LeDDGroup/typescript-transform-paths/issues/22)
11+
12+
13+
### Tests
14+
15+
* improve tests ([cf20a3f](https://github.com/LeDDGroup/typescript-transform-paths/commit/cf20a3f))
16+
17+
18+
519
### [1.1.4](https://github.com/LeDDGroup/typescript-transform-paths/compare/v1.1.3...v1.1.4) (2019-06-08)
620

721

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "typescript-transform-paths",
3-
"version": "1.1.4",
3+
"version": "1.1.5",
44
"description": "Transforms absolute imports to relative",
55
"keywords": [
66
"typescript",
@@ -45,7 +45,9 @@
4545
"jest": {
4646
"preset": "ts-jest",
4747
"testEnvironment": "node",
48-
"testMatch": ["**/tests/index.ts"]
48+
"testMatch": [
49+
"**/tests/index.ts"
50+
]
4951
},
5052
"dependencies": {
5153
"slash": "^3.0.0"

0 commit comments

Comments
 (0)