We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 679a157 commit fce6851Copy full SHA for fce6851
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+## [1.28.1](https://github.com/recurser/string-is/compare/v1.28.0...v1.28.1) (2022-04-08)
2
+
3
4
+### Bug Fixes
5
6
+* don't allow multiline regexes during regex identification to avoid false positives ([8df899d](https://github.com/recurser/string-is/commit/8df899ddf649b1ea05daea8a77767dc396aa3600))
7
8
# [1.28.0](https://github.com/recurser/string-is/compare/v1.27.0...v1.28.0) (2022-04-07)
9
10
package.json
@@ -1,6 +1,6 @@
{
"name": "string-is",
- "version": "1.28.0",
+ "version": "1.28.1",
"private": true,
"scripts": {
"all": "yarn eslint pages src --fix && yarn prettier && yarn jest && yarn build",
0 commit comments