Skip to content

Commit b808636

Browse files
committedAug 4, 2020
v1.1.1
1 parent 778fa6b commit b808636

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed
 

‎CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

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+
815
## [v1.1.0](https://github.com/inspect-js/is-regex/compare/v1.0.5...v1.1.0) - 2020-06-03
916

1017
### Commits

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "is-regex",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "Is this value a JS regex? Works cross-realm/iframe, and despite ES6 @@toStringTag",
55
"author": "Jordan Harband <ljharb@gmail.com>",
66
"funding": {

0 commit comments

Comments
 (0)
Failed to load comments.