Skip to content

Commit 60af678

Browse files
committed
v1.0.1
1 parent e2de244 commit 60af678

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,17 @@ 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 to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [v1.0.1](https://github.com/es-shims/Error.isError/compare/v1.0.0...v1.0.1) - 2025-06-12
9+
10+
### Commits
11+
12+
- [Dev Deps] update `@es-shims/api`, `@types/node`, `call-bind`, `es-value-fixtures`, `for-each`, `object-inspect` [`d67852d`](https://github.com/es-shims/Error.isError/commit/d67852df8fc3cf1b1a3e73d90b6d449d7e06dac5)
13+
- [Refactor] use `call-bound` directly [`e2de244`](https://github.com/es-shims/Error.isError/commit/e2de244414be311e2fb96edf70769b125780e0d4)
14+
- [Fix] move `call-bind` to dependencies [`5ea0b0a`](https://github.com/es-shims/Error.isError/commit/5ea0b0a50721d37a7374e1428cf496b1fd2357a6)
15+
- [Deps] update `gopd` [`8c4e920`](https://github.com/es-shims/Error.isError/commit/8c4e9201e773d03172f1baece8be6168aefe7474)
16+
- Update README.md [`8ec3ee6`](https://github.com/es-shims/Error.isError/commit/8ec3ee6ee9b0175af48feea1d8171dd7a5d0784c)
17+
- [Dev Deps] add missing peer dep [`059b44a`](https://github.com/es-shims/Error.isError/commit/059b44a2f0a334a1b7abc3e297a4af91643d1e1f)
18+
819
## v1.0.0 - 2024-10-17
920

1021
### Commits

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "error.iserror",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "An ESnext spec-compliant `Error.isError` shim/polyfill/replacement that works as far down as ES3",
55
"main": "index.js",
66
"browser": {

0 commit comments

Comments
 (0)