From c0afb4379e4f50344856571dac467e88270c258e Mon Sep 17 00:00:00 2001 From: Ron Spickenagel Date: Wed, 19 Jul 2023 20:52:09 -0400 Subject: [PATCH] chore(release): 3.0.2 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c1bdc4b..723b45d 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.0.2](https://github.com/nonara/ts-patch/compare/v3.0.1...v3.0.2) (2023-07-20) + + +### Bug Fixes + +* Plugins returning TransformerBasePlugin not supported (fixes [#113](https://github.com/nonara/ts-patch/issues/113)) ([12ee3a2](https://github.com/nonara/ts-patch/commit/12ee3a23b9afebb6a42c046b33f257a2bde2467c)) + ### [3.0.1](https://github.com/nonara/ts-patch/compare/v3.0.0...v3.0.1) (2023-06-22) diff --git a/package.json b/package.json index 06415b6..a8d2101 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ts-patch", - "version": "3.0.1", + "version": "3.0.2", "description": "Patch typescript to support custom transformers in tsconfig.json", "main": "./dist/index.js", "types": "./dist/index.d.ts",