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 fcd3390 commit 2b25240Copy full SHA for 2b25240
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# devalue changelog
2
3
+## 3.0.1
4
+
5
+- Prevent duplicate parameter names ([#33](https://github.com/Rich-Harris/devalue/pull/33))
6
7
## 3.0.0
8
9
- Convert to ESM
package.json
@@ -1,7 +1,7 @@
{
"name": "devalue",
"description": "Gets the job done when JSON.stringify can't",
- "version": "3.0.0",
+ "version": "3.0.1",
"repository": "Rich-Harris/devalue",
"exports": {
".": {
0 commit comments