8000 v1.1.4 · inspect-js/is-regex@13598e3 · GitHub
[go: up one dir, main page]

Skip to content

Commit 13598e3

Browse files
committed
v1.1.4
1 parent 4b17cad commit 13598e3

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
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 t 8000 o [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [v1.1.4](https://github.com/inspect-js/is-regex/compare/v1.1.3...v1.1.4) - 2021-08-05
9+
10+
### Commits
11+
12+
- [Dev Deps] update `auto-changelog`, `core-js`, `eslint`, `tape` [`4b17cad`](https://github.com/inspect-js/is-regex/commit/4b17cad8496b1ae621b18335fa3afe94d0c65e83)
13+
- [Refactor] use `has-tostringtag` to behave correctly in the presence of symbol shams [`2dad4af`](https://github.com/inspect-js/is-regex/commit/2dad4afffa15f07cbbf7675b77d1f650c92652c4)
14+
815
## [v1.1.3](https://github.com/inspect-js/is-regex/compare/v1.1.2...v1.1.3) - 2021-05-07
916

1017
### Commits

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "is-regex",
3-
"version": "1.1.3",
3+
"version": "1.1.4",
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)
0