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 d3d1139 commit 7cd58c3Copy full SHA for 7cd58c3
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+# [1.17.0](https://github.com/recurser/string-is/compare/v1.16.0...v1.17.0) (2022-02-28)
2
+
3
4
+### Features
5
6
+* add a JSON-to-JavaScript converter ([fd96b6a](https://github.com/recurser/string-is/commit/fd96b6a4fa12d47f6ba2d76947f2f8b2702f679a))
7
8
# [1.16.0](https://github.com/recurser/string-is/compare/v1.15.0...v1.16.0) (2022-02-28)
9
10
package.json
@@ -1,6 +1,6 @@
{
"name": "string-is",
- "version": "1.16.0",
+ "version": "1.17.0",
"private": true,
"scripts": {
"all": "yarn eslint pages src --fix && yarn prettier && yarn jest && yarn build",
0 commit comments