Skip to content

Commit

Permalink
v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Dec 16, 2024
1 parent bf37c2f commit 28aba81
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ 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.1.1](https://github.com/inspect-js/is-registered-symbol/compare/v1.1.0...v1.1.1) - 2024-12-16

### Commits

- [Refactor] use `call-bound` directly [`27b443f`](https://github.com/inspect-js/is-registered-symbol/commit/27b443f65db1ef16107d5ae17087e96bdc447548)
- [Dev Deps] update `@arethetypeswrong/cli`, `@ljharb/tsconfig`, `@types/tape`, `has-symbols` [`5d1b2a4`](https://github.com/inspect-js/is-registered-symbol/commit/5d1b2a4829d2dfa2714ab0513d0781922eacce02)
- [Deps] update `is-symbol` [`bf37c2f`](https://github.com/inspect-js/is-registered-symbol/commit/bf37c2ffec4025bc0f27a1fc35c67bbd1c00e81a)

## [v1.1.0](https://github.com/inspect-js/is-registered-symbol/compare/v1.0.1...v1.1.0) - 2024-11-25

### 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": "is-registered-symbol",
"version": "1.1.0",
"version": "1.1.1",
"description": "Is this value a Symbol stored in the global cross-realm Symbol registry?",
"main": "index.js",
"exports": {
Expand Down

0 comments on commit 28aba81

Please sign in to comment.