From b035cd151479d457f44451bdf18e16e55a12338a Mon Sep 17 00:00:00 2001 From: Daniel Perez Alvarez Date: Wed, 29 Jul 2020 20:16:31 -0400 Subject: [PATCH] chore(release): 1.1.15 --- CHANGELOG.md | 9 +++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 06a8b6a7..00b10cd1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ 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. +### [1.1.15](https://github.com/LeDDGroup/typescript-transform-paths/compare/v1.1.14...v1.1.15) (2020-07-30) + + +### Bug Fixes + +* multiple issue fixes ([#61](https://github.com/LeDDGroup/typescript-transform-paths/issues/61)) ([a4e2916](https://github.com/LeDDGroup/typescript-transform-paths/commit/a4e2916)), closes [#60](https://github.com/LeDDGroup/typescript-transform-paths/issues/60) [#24](https://github.com/LeDDGroup/typescript-transform-paths/issues/24) [#48](https://github.com/LeDDGroup/typescript-transform-paths/issues/48) + + + ### [1.1.14](https://github.com/LeDDGroup/typescript-transform-paths/compare/v1.1.13...v1.1.14) (2019-12-27) diff --git a/package-lock.json b/package-lock.json index d35f8587..47a6e052 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "typescript-transform-paths", - "version": "1.1.14", + "version": "1.1.15", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index c1d57747..874d99b1 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "typescript-transform-paths", - "version": "1.1.14", + "version": "1.1.15", "description": "Transforms absolute imports to relative", "keywords": [ "typescript",