diff --git a/CHANGELOG.md b/CHANGELOG.md index 73f753c4..5864ce49 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,5 @@ +## [1.3.2](https://github.com/wessberg/rollup-plugin-ts/compare/v1.3.1...v1.3.2) (2020-08-05) + ## [1.3.1](https://github.com/wessberg/rollup-plugin-ts/compare/v1.3.0...v1.3.1) (2020-07-31) ### Bug Fixes diff --git a/package.json b/package.json index fe60a8dc..27810a2a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@wessberg/rollup-plugin-ts", - "version": "1.3.1", + "version": "1.3.2", "description": "A Typescript Rollup plugin that bundles declarations and respects Browserslists", "scripts": { "generate:scaffold": "scaffold all --yes",