We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 047d21c commit 2c18eebCopy full SHA for 2c18eeb
packages/replace/CHANGELOG.md
@@ -1,5 +1,13 @@
1
# @rollup/plugin-replace ChangeLog
2
3
+## v5.0.5
4
+
5
+_2023-10-29_
6
7
+### Bugfixes
8
9
+- fix: prevent variable before colons from being replaced when preventAssigment is true (#1609)
10
11
## v5.0.4
12
13
_2023-10-15_
packages/replace/package.json
@@ -1,6 +1,6 @@
{
"name": "@rollup/plugin-replace",
- "version": "5.0.4",
+ "version": "5.0.5",
"publishConfig": {
"access": "public"
},
0 commit comments