diff --git a/CHANGELOG.md b/CHANGELOG.md index 489ae2ee..7953f060 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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. +### [3.4.7](https://github.com/LeDDGroup/typescript-transform-paths/compare/v3.4.6...v3.4.7) (2024-02-20) + + +### Bug Fixes + +* Numerous issues with elision due to new TS features in v5+ (fixes [#184](https://github.com/LeDDGroup/typescript-transform-paths/issues/184)) ([d4f89af](https://github.com/LeDDGroup/typescript-transform-paths/commit/d4f89afccb02daba0212380e31654b93d85ebe98)) + ### [3.4.6](https://github.com/LeDDGroup/typescript-transform-paths/compare/v3.4.5...v3.4.6) (2023-01-06) diff --git a/package.json b/package.json index 2357483b..10d1841b 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "typescript-transform-paths", - "version": "3.4.6", + "version": "3.4.7", "description": "Transforms module resolution paths using TypeScript path mapping and/or custom paths", "main": "dist/index.js", "types": "types/index.d.ts",