From 5261ebe00404563b282c33371faad88199336928 Mon Sep 17 00:00:00 2001 From: wessberg Date: Mon, 30 Mar 2020 02:00:35 +0200 Subject: [PATCH] 1.2.23 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 30f4aff0..84315de9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [1.2.23](https://github.com/wessberg/rollup-plugin-ts/compare/v1.2.22...v1.2.23) (2020-03-30) + +### Bug Fixes + +- **deconflicting:** fix issue where local symbols could conflict with external ones under some circumstances. [#88](https://github.com/wessberg/rollup-plugin-ts/issues/88) ([1f837f3](https://github.com/wessberg/rollup-plugin-ts/commit/1f837f377f98f5a179e7b4cf0722e5ed17ec8826)) + ## [1.2.22](https://github.com/wessberg/rollup-plugin-ts/compare/v1.2.21...v1.2.22) (2020-03-28) ### Features diff --git a/package.json b/package.json index 282a40d0..a31d8aac 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@wessberg/rollup-plugin-ts", - "version": "1.2.22", + "version": "1.2.23", "description": "A Typescript Rollup plugin that bundles declarations and respects Browserslists", "scripts": { "generate:scaffold": "scaffold all --yes",