diff --git a/CHANGELOG.md b/CHANGELOG.md index e8e6cb17..489ae2ee 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.6](https://github.com/LeDDGroup/typescript-transform-paths/compare/v3.4.5...v3.4.6) (2023-01-06) + + +### Bug Fixes + +* Cover edge case issues with case-insensitive filesystems ([968ee7b](https://github.com/LeDDGroup/typescript-transform-paths/commit/968ee7b080d0421347e020161646bc1fc5e58008)) + ### [3.4.5](https://github.com/LeDDGroup/typescript-transform-paths/compare/v3.4.4...v3.4.5) (2023-01-05) diff --git a/package.json b/package.json index 07d4a418..90b7bdbf 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "typescript-transform-paths", - "version": "3.4.5", + "version": "3.4.6", "description": "Transforms module resolution paths using TypeScript path mapping and/or custom paths", "main": "dist/index.js", "types": "types/index.d.ts",