diff --git a/packages/typescript/CHANGELOG.md b/packages/typescript/CHANGELOG.md index a87b4dc1f..a95ef82e5 100644 --- a/packages/typescript/CHANGELOG.md +++ b/packages/typescript/CHANGELOG.md @@ -1,8 +1,6 @@ # @rollup/plugin-typescript ChangeLog -## v3.1.0 - -_2020-03-05_ +## v4.0.0 ### Bugfixes @@ -12,6 +10,16 @@ _2020-03-05_ - feat: Move to BuilderProgram API (#217) +### Breaking Changes + +Please see https://github.com/rollup/plugins/pull/217 for more information. + +## v3.1.0 + +_2020-03-05_ + +_Note: This was a bad release due to breaking changes. v3.1.1 has been published to revert the latest 3.x.x version to a non-breaking state. For the changes in this erroneous version, please use v4.0.0._ + ### Updates - test: Add preserveModules test (#234) diff --git a/packages/typescript/package.json b/packages/typescript/package.json index 9d771a642..666a8e2be 100644 --- a/packages/typescript/package.json +++ b/packages/typescript/package.json @@ -1,6 +1,6 @@ { "name": "@rollup/plugin-typescript", - "version": "3.1.0", + "version": "4.0.0", "publishConfig": { "access": "public" },