We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54c1a7c commit 160959dCopy full SHA for 160959d
packages/commonjs/CHANGELOG.md
@@ -1,5 +1,13 @@
1
# @rollup/plugin-commonjs ChangeLog
2
3
+## v22.0.2
4
+
5
+_2022-08-05_
6
7
+### Bugfixes
8
9
+- fix: Exclude multi-line template strings from indent (#1229)
10
11
## v22.0.1
12
13
_2022-06-24_
packages/commonjs/package.json
@@ -1,6 +1,6 @@
{
"name": "@rollup/plugin-commonjs",
- "version": "22.0.1",
+ "version": "22.0.2",
"publishConfig": {
"access": "public"
},
0 commit comments