Skip to content

Commit

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

### Commits

- [meta] use `npmignore` to autogenerate an npmignore file [`b590ebd`](https://github.com/inspect-js/is-registered-symbol/commit/b590ebd788b7d7e3189798452ba8f88eae4ded48)
- [New] add types [`6f63623`](https://github.com/inspect-js/is-registered-symbol/commit/6f63623e795ce575b1977a7efea7433bc7bcb867)
- [Dev Deps] update `@ljharb/eslint-config`, `auto-changelog`, `es-value-fixtures`, `npmignore`, `object-inspect`, `tape` [`f6f1cbb`](https://github.com/inspect-js/is-registered-symbol/commit/f6f1cbb6c96cb2be931e965db8d7db6b9d6cc0ce)
- [actions] update rebase action to use reusable workflow [`efaaaa4`](https://github.com/inspect-js/is-registered-symbol/commit/efaaaa48e695368b360df2e578961e68e06bdb5d)
- [Dev Deps] update `aud`, `es-value-fixtures`, `object-inspect`, `tape` [`1e4ace1`](https://github.com/inspect-js/is-registered-symbol/commit/1e4ace15de3a479ac500b3b32e1ec374906f90d6)
- [Dev Deps] update `es-value-fixtures` [`90d44ef`](https://github.com/inspect-js/is-registered-symbol/commit/90d44efb81707eff736b50c8ccfd2d0f45ed2adf)
- [Tests] replace `aud` with `npm audit` [`05aafdf`](https://github.com/inspect-js/is-registered-symbol/commit/05aafdfb90255e683c265b59b57aa3b7c60fe6f1)
- [Deps] update `call-bind` [`1fac324`](https://github.com/inspect-js/is-registered-symbol/commit/1fac3240236c828e58711267201140861fb75641)
- [Dev Deps] add missing peer dep [`45ab0f9`](https://github.com/inspect-js/is-registered-symbol/commit/45ab0f9e736a12f2d45bd104daad7d745d614651)
- [meta] add `sideEffects` flag [`d15a7c6`](https://github.com/inspect-js/is-registered-symbol/commit/d15a7c678072032644db0a86152ee86fe87c6d70)

## [v1.0.1](https://github.com/inspect-js/is-registered-symbol/compare/v1.0.0...v1.0.1) - 2022-04-24

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

0 comments on commit 7f3a694

Please sign in to comment.