Skip to content

Commit

Permalink
chore(release): 1.25.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.25.0](v1.24.0...v1.25.0) (2022-04-03)

### Bug Fixes

* accept the 's' modifier for regexes ([4576277](4576277))
* export SqlInput.defaultOptions so that the form defaults populate correctly ([8fec68a](8fec68a))

### Features

* add an SQL formatter ([44da672](44da672))
  • Loading branch information
semantic-release-bot committed Apr 3, 2022
1 parent b59e707 commit 214b62c
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# [1.25.0](https://github.com/recurser/string-is/compare/v1.24.0...v1.25.0) (2022-04-03)


### Bug Fixes

* accept the 's' modifier for regexes ([4576277](https://github.com/recurser/string-is/commit/45762778fda22012d01eb8cbb2a4e13c9445f97b))
* export SqlInput.defaultOptions so that the form defaults populate correctly ([8fec68a](https://github.com/recurser/string-is/commit/8fec68ac17bf186582dd465e22fbeccb6274e2e0))


### Features

* add an SQL formatter ([44da672](https://github.com/recurser/string-is/commit/44da67229c855e4c5921bfa67510739505339c15))

# [1.24.0](https://github.com/recurser/string-is/compare/v1.23.2...v1.24.0) (2022-03-31)


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.24.0",
"version": "1.25.0",
"private": true,
"scripts": {
"all": "yarn eslint pages src --fix && yarn prettier && yarn jest && yarn build",
Expand Down

1 comment on commit 214b62c

@vercel
Copy link

@vercel vercel bot commented on 214b62c Apr 3, 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.