We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a919d2e commit c13a2a4Copy full SHA for c13a2a4
packages/commonjs/CHANGELOG.md
@@ -1,5 +1,13 @@
1
# @rollup/plugin-commonjs ChangeLog
2
3
+## v21.0.0
4
+
5
+_2021-10-01_
6
7
+### Breaking Changes
8
9
+- fix: use safe default value for ignoreTryCatch (#1005)
10
11
## v20.0.0
12
13
_2021-07-30_
packages/commonjs/package.json
@@ -1,6 +1,6 @@
{
"name": "@rollup/plugin-commonjs",
- "version": "20.0.0",
+ "version": "21.0.0",
"publishConfig": {
"access": "public"
},
0 commit comments