Skip to content

Commit

Permalink
chore(release): 1.17.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.17.0](v1.16.0...v1.17.0) (2022-02-28)

### Features

* add a JSON-to-JavaScript converter ([fd96b6a](fd96b6a))
  • Loading branch information
semantic-release-bot committed Feb 28, 2022
1 parent d3d1139 commit 7cd58c3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [1.17.0](https://github.com/recurser/string-is/compare/v1.16.0...v1.17.0) (2022-02-28)


### Features

* add a JSON-to-JavaScript converter ([fd96b6a](https://github.com/recurser/string-is/commit/fd96b6a4fa12d47f6ba2d76947f2f8b2702f679a))

# [1.16.0](https://github.com/recurser/string-is/compare/v1.15.0...v1.16.0) (2022-02-28)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

1 comment on commit 7cd58c3

@vercel
Copy link

@vercel vercel bot commented on 7cd58c3 Feb 28, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.