Skip to content

Commit

Permalink
v1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Feb 21, 2024
1 parent de7b600 commit 52f5171
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,19 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [v1.0.3](https://github.com/inspect-js/available-regexp-flags/compare/v1.0.2...v1.0.3) - 2024-02-21

### Commits

- add types [`7c1f6ac`](https://github.com/inspect-js/available-regexp-flags/commit/7c1f6ac3c13be3bed2621ac26b0180356e371073)
- [Refactor] remove `get-intrinsic` [`d940026`](https://github.com/inspect-js/available-regexp-flags/commit/d940026e8432556a269906f54b60bcf501fdd22f)
- [Deps] update `get-intrinsic`, `has-proto`, `safe-array-concat` [`c37e7f4`](https://github.com/inspect-js/available-regexp-flags/commit/c37e7f4f82ff4d51d8a3e771e828329d5eeac44c)
- [Dev Deps] update `aud`, `npmignore`, `tape` [`674b2c4`](https://github.com/inspect-js/available-regexp-flags/commit/674b2c42481f056bc0a3931c33c8352330c513a5)
- [Dev Deps] update `@ljharb/eslint-config`, `aud`, `tape` [`6a52504`](https://github.com/inspect-js/available-regexp-flags/commit/6a52504820f8215374339d546b892850365ca439)
- [readme] remove dead badges [`de7b600`](https://github.com/inspect-js/available-regexp-flags/commit/de7b6006d32fc6d773ba6b9b18b47c2889cb193c)
- [Deps] update `get-intrinsic` [`85cc285`](https://github.com/inspect-js/available-regexp-flags/commit/85cc2854292c0ef72d743ce5bf90da8c3530b230)
- [meta] add `sideEffects` flag [`8e57b4b`](https://github.com/inspect-js/available-regexp-flags/commit/8e57b4b3699c68a66b568769121e5a629df2348a)

## [v1.0.2](https://github.com/inspect-js/available-regexp-flags/compare/v1.0.1...v1.0.2) - 2023-04-20

### Commits
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "available-regexp-flags",
"version": "1.0.2",
"version": "1.0.3",
"description": "Which regular expression flags does the current environment support?",
"main": "index.js",
"exports": {
Expand Down

0 comments on commit 52f5171

Please sign in to comment.