2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ )
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
+ ## [ v1.1.1] ( https://github.com/inspect-js/is-regex/compare/v1.1.0...v1.1.1 ) - 2020-08-03
9
+
10
+ ### Commits
11
+
12
+ - [ Performance] Re-add lastIndex check to improve performance [ ` d8495cd ` ] ( https://github.com/inspect-js/is-regex/commit/d8495cd22d475ddca250818921b6088f631c1972 )
13
+ - [ Dev Deps] update ` auto-changelog ` , ` eslint ` [ ` 778fa6b ` ] ( https://github.com/inspect-js/is-regex/commit/778fa6b9d2b182ee6d73993e103532855e956f85 )
14
+
8
15
## [ v1.1.0] ( https://github.com/inspect-js/is-regex/compare/v1.0.5...v1.1.0 ) - 2020-06-03
9
16
10
17
### Commits
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " is-regex" ,
3
- "version" : " 1.1.0 " ,
3
+ "version" : " 1.1.1 " ,
4
4
"description" : " Is this value a JS regex? Works cross-realm/iframe, and despite ES6 @@toStringTag" ,
5
5
"author" : " Jordan Harband <ljharb@gmail.com>" ,
6
6
"funding" : {
0 commit comments