From ea7dad5ff95a51fc52ac91d1b51184d505953211 Mon Sep 17 00:00:00 2001 From: Ron Spickenagel Date: Mon, 19 Feb 2024 19:10:55 -0500 Subject: [PATCH] chore(release): 3.4.7 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 489ae2e..7953f06 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 2357483..10d1841 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",