Skip to content

Commit c328db9

Browse files
chore(release): 1.5.0 [skip ci]
# [1.5.0](v1.4.0...v1.5.0) (2022-01-09) ### Features * add a regex debugger ([ef9b07c](ef9b07c)) ### Performance Improvements * simplify the regex-for-identifying-regexes ([f23584e](f23584e))
1 parent f4edc4a commit c328db9

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [1.5.0](https://github.com/recurser/string-is/compare/v1.4.0...v1.5.0) (2022-01-09)
2+
3+
4+
### Features
5+
6+
* add a regex debugger ([ef9b07c](https://github.com/recurser/string-is/commit/ef9b07cacf17c4ac88615fa49692a8e18599a52a))
7+
8+
9+
### Performance Improvements
10+
11+
* simplify the regex-for-identifying-regexes ([f23584e](https://github.com/recurser/string-is/commit/f23584e3cfcc179fffaccd8b8e27b8420bfa3e38))
12+
113
# [1.4.0](https://github.com/recurser/string-is/compare/v1.3.0...v1.4.0) (2022-01-05)
214

315

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": "1.4.0",
3+
"version": "1.5.0",
44
"private": true,
55
"scripts": {
66
"all": "yarn eslint pages src --fix && yarn prettier && yarn jest && yarn build",

0 commit comments

Comments
 (0)