Skip to content

Commit

Permalink
1.2.23
Browse files Browse the repository at this point in the history
  • Loading branch information
wessberg committed Mar 30, 2020
1 parent 1f837f3 commit 5261ebe
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 5261ebe

Please sign in to comment.