Skip to content

Commit

Permalink
v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Oct 17, 2024
1 parent 166cd30 commit fbf9f68
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
@@ -0,0 +1,15 @@
# Changelog

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.0 - 2024-10-17

### Commits

- Initial implementation, tests, readme [`166cd30`](https://github.com/es-shims/Error.isError/commit/166cd303b6ae937a27f02186087bdf32b747633a)
- Initial commit [`b750af8`](https://github.com/es-shims/Error.isError/commit/b750af884cbbc5e65abf7f94e12ff5bf06a76a74)
- npm init [`323fb46`](https://github.com/es-shims/Error.isError/commit/323fb46a93341c284a845f0abdf0506f7d1719a2)
- Only apps should have lockfiles [`2459187`](https://github.com/es-shims/Error.isError/commit/2459187e380ebd77d29f1665fb1a25f296e14ba7)
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "error.iserror",
"version": "0.0.0",
"version": "1.0.0",
"description": "An ESnext spec-compliant `Error.isError` shim/polyfill/replacement that works as far down as ES3",
"main": "index.js",
"browser": {
Expand Down

0 comments on commit fbf9f68

Please sign in to comment.