File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change
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
+
1
14
## [ 1.33.1] ( https://github.com/recurser/string-is/compare/v1.33.0...v1.33.1 ) (2022-04-14)
2
15
3
16
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " string-is" ,
3
- "version" : " 1.33.1 " ,
3
+ "version" : " 1.34.0 " ,
4
4
"private" : true ,
5
5
"scripts" : {
6
6
"all" : " yarn eslint pages src --fix && yarn prettier && yarn jest && yarn build" ,
You can’t perform that action at this time.
0 commit comments