diff --git a/CHANGELOG.md b/CHANGELOG.md index 335a5e2f54e..9afcad13950 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,7 +11,7 @@ _2022-05-07_ ### Pull Requests - [#4489](https://github.com/rollup/rollup/pull/4489): Do not deoptimize entire super class when adding a property (@lukastaegert) -- + ## 2.72.0 _2022-05-05_ diff --git a/package-lock.json b/package-lock.json index 3545473af1b..3eb2f29cdcb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "rollup", - "version": "2.72.0", + "version": "2.72.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 5d0b89ef021..3ed4e93e28f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rollup", - "version": "2.72.0", + "version": "2.72.1", "description": "Next-generation ES module bundler", "main": "dist/rollup.js", "module": "dist/es/rollup.js",