Skip to content

Commit 87db6d2

Browse files
chore(release): 1.0.0 [skip ci]
# 1.0.0 (2021-12-31) ### Features * Add a LESS converter. ([7249e9b](7249e9b))
1 parent 01e4871 commit 87db6d2

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "string-is",
3-
"version": "0.1.0",
3+
"version": "1.0.0",
44
"private": true,
55
"scripts": {
66
"all": "yarn eslint pages src --fix && yarn prettier && yarn jest && yarn build",

0 commit comments

Comments
 (0)