We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fe760b commit 3ec3cefCopy full SHA for 3ec3cef
packages/commonjs/CHANGELOG.md
@@ -1,5 +1,13 @@
1
# @rollup/plugin-commonjs ChangeLog
2
3
+## v19.0.0
4
+
5
+_2021-05-07_
6
7
+### Breaking Changes
8
9
+- feat!: Add support for circular dependencies (#658)
10
11
## v18.1.0
12
13
_2021-05-04_
packages/commonjs/package.json
@@ -1,6 +1,6 @@
{
"name": "@rollup/plugin-commonjs",
- "version": "18.1.0",
+ "version": "19.0.0",
"publishConfig": {
"access": "public"
},
0 commit comments