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 9c0efb0 commit 118d463Copy full SHA for 118d463
packages/replace/CHANGELOG.md
@@ -1,5 +1,13 @@
1
# @rollup/plugin-replace ChangeLog
2
3
+## v6.0.2
4
+
5
+_2024-12-15_
6
7
+### Bugfixes
8
9
+- fix: add missing types for `objectGuards` option (#1818)
10
11
## v6.0.1
12
13
_2024-09-23_
packages/replace/package.json
@@ -1,6 +1,6 @@
{
"name": "@rollup/plugin-replace",
- "version": "6.0.1",
+ "version": "6.0.2",
"publishConfig": {
"access": "public"
},
0 commit comments