Skip to content

Commit

Permalink
v1.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Oct 21, 2023
1 parent 590f3f6 commit 870b383
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,24 @@ 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.6.5](https://github.com/inspect-js/is-equal/compare/v1.6.4...v1.6.5) - 2023-10-20

### Commits

- [New] compare `.toString`, `.valueOf`, and `[Symbol.toPrimitive]` completions [`fa8d0ae`](https://github.com/inspect-js/is-equal/commit/fa8d0aeed446cf0ea4900743171afbbe4294ad45)
- [meta] use `npmignore` to autogenerate an npmignore file [`919afcd`](https://github.com/inspect-js/is-equal/commit/919afcddd8bb6b4513c3a4837b7491ae395ce8cf)
- [Tests] increase coverage [`bbe8513`](https://github.com/inspect-js/is-equal/commit/bbe8513ab9a40c54c313b5957ad1ee78deb8dfd4)
- [Dev Deps] update `eslint`, `@ljharb/eslint-config`, `aud`, `auto-changelog`, `es-value-fixtures`, `foreach`, `object.assign`, `tape` [`157a4fe`](https://github.com/inspect-js/is-equal/commit/157a4feec8343aa0f72912440bab6b580d561f54)
- [Refactor] use `hasown` instead of `has` [`590f3f6`](https://github.com/inspect-js/is-equal/commit/590f3f67419a02a43f1f6b87cd7f8e1a44b02d27)
- [Fix] improve error message when callability is mismatched [`dc0f577`](https://github.com/inspect-js/is-equal/commit/dc0f5776e33b64e4cda78795ab973ecdde3f4a2e)
- [Deps] update `functions-have-names`, `has-bigints`, `has-symbols`, `is-callable`, `is-number-object`, `object-inspect` [`c066c94`](https://github.com/inspect-js/is-equal/commit/c066c9418d96c1b2b23342c2c1045ebaad2072b7)
- [actions] update rebase action to use reusable workflow [`34eeaf5`](https://github.com/inspect-js/is-equal/commit/34eeaf5072253d470ab5f8a13d0788f0f0f282b9)
- [Deps] update `es-get-iterator`, `object-inspect`, `object.entries`, `object.getprototypeof` [`8ce483c`](https://github.com/inspect-js/is-equal/commit/8ce483cbd006c9bb3880784bec21f5c46d0ec236)
- [Dev Deps] update `@ljharb/eslint-config`, `aud`, `es6-shim`, `tape` [`b140b08`](https://github.com/inspect-js/is-equal/commit/b140b080e82cc8746c819a3970f63644abcf3013)
- [Tests] use `for-each` instead of `foreach` [`8baba96`](https://github.com/inspect-js/is-equal/commit/8baba968df07d2fd48ec0f7a3ca895e4058a5a9f)
- [Deps] update `object-inspect` [`65f0b06`](https://github.com/inspect-js/is-equal/commit/65f0b06bb800d81b1f26b88fea417c814edaccca)
- [Dev Deps] update `tape` [`dca5479`](https://github.com/inspect-js/is-equal/commit/dca54796c8f3ea85f970403f3df1b81e7cf4025e)

## [v1.6.4](https://github.com/inspect-js/is-equal/compare/v1.6.3...v1.6.4) - 2022-01-10

### 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-equal",
"version": "1.6.4",
"version": "1.6.5",
"description": "Are these two values conceptually equal?",
"author": "Jordan Harband <ljharb@gmail.com>",
"funding": {
Expand Down

0 comments on commit 870b383

Please sign in to comment.