From ebefe660f2ce990598d1b6a9f91a55fe5609ca2f Mon Sep 17 00:00:00 2001 From: Ron S Date: Mon, 16 Aug 2021 18:12:51 -0400 Subject: [PATCH] chore(release): 3.3.1 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5139db71..c5eadaa9 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.3.1](https://github.com/LeDDGroup/typescript-transform-paths/compare/v3.3.0...v3.3.1) (2021-08-16) + + +### Bug Fixes + +* External project references not resolved properly in composite projects (fixes [#125](https://github.com/LeDDGroup/typescript-transform-paths/issues/125)) ([4a16396](https://github.com/LeDDGroup/typescript-transform-paths/commit/4a16396199058b6a705e22dc84ddfe8e6491f6be)) + ## [3.3.0](https://github.com/LeDDGroup/typescript-transform-paths/compare/v3.2.1...v3.3.0) (2021-08-10) diff --git a/package.json b/package.json index 2a395f0f..6d66d68e 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "typescript-transform-paths", - "version": "3.3.0", + "version": "3.3.1", "description": "Transforms module resolution paths using TypeScript path mapping and/or custom paths", "main": "dist/index.js", "types": "types/index.d.ts",