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 01e4871 commit 87db6d2Copy full SHA for 87db6d2
CHANGELOG.md
@@ -0,0 +1,6 @@
1
+# 1.0.0 (2021-12-31)
2
+
3
4
+### Features
5
6
+* Add a LESS converter. ([7249e9b](https://github.com/recurser/string-is/commit/7249e9b3631e58cc6d2274b5c350cd7396d324a9))
package.json
@@ -1,6 +1,6 @@
{
"name": "string-is",
- "version": "0.1.0",
+ "version": "1.0.0",
"private": true,
"scripts": {
"all": "yarn eslint pages src --fix && yarn prettier && yarn jest && yarn build",
0 commit comments