Skip to content

Commit ad9be42

Browse files
chore(release): 1.34.0 [skip ci]
# [1.34.0](v1.33.1...v1.34.0) (2022-04-19) ### Bug Fixes * make TypeScript happy ([26e8982](26e8982)) * resolve potential race conditions in the regex debugger tests ([a662287](a662287)) ### Features * add a diff compare feature ([612b2dd](612b2dd))
1 parent 8200be1 commit ad9be42

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# [1.34.0](https://github.com/recurser/string-is/compare/v1.33.1...v1.34.0) (2022-04-19)
2+
3+
4+
### Bug Fixes
5+
6+
* make TypeScript happy ([26e8982](https://github.com/recurser/string-is/commit/26e898237d4ddd3cf15eb054c6623ce42dcce02e))
7+
* resolve potential race conditions in the regex debugger tests ([a662287](https://github.com/recurser/string-is/commit/a662287ffa2cc770f501ee1a8079933b0681fe84))
8+
9+
10+
### Features
11+
12+
* add a diff compare feature ([612b2dd](https://github.com/recurser/string-is/commit/612b2dd671f21ed82cff86923c06bbd3ab0eb56e))
13+
114
## [1.33.1](https://github.com/recurser/string-is/compare/v1.33.0...v1.33.1) (2022-04-14)
215

316

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

0 commit comments

Comments
 (0)