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 0c85c18 commit ffeec8fCopy full SHA for ffeec8f
packages/replace/CHANGELOG.md
@@ -1,5 +1,17 @@
1
# @rollup/plugin-replace ChangeLog
2
3
+## v3.0.1
4
+
5
+_2021-12-28_
6
7
+### Bugfixes
8
9
+- fix: add types for `sourceMap` option (#1066)
10
11
+### Updates
12
13
+- docs: clarify delimiters typing (#1013)
14
15
## v3.0.0
16
17
_2021-07-16_
packages/replace/package.json
@@ -1,6 +1,6 @@
{
"name": "@rollup/plugin-replace",
- "version": "3.0.0",
+ "version": "3.0.1",
"publishConfig": {
"access": "public"
},
0 commit comments