We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5bae547 commit 1f0e2cdCopy full SHA for 1f0e2cd
packages/replace/CHANGELOG.md
@@ -1,5 +1,13 @@
1
# @rollup/plugin-replace ChangeLog
2
3
+## v4.0.0
4
+
5
+_2022-02-22_
6
7
+### Breaking Changes
8
9
+- fix: do not escape delimiters (#1088)
10
11
## v3.1.0
12
13
_2022-02-11_
packages/replace/package.json
@@ -1,6 +1,6 @@
{
"name": "@rollup/plugin-replace",
- "version": "3.1.0",
+ "version": "4.0.0",
"publishConfig": {
"access": "public"
},
0 commit comments