From fbf9f68d0d6633fabca42ba17072c35e46c282c6 Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Thu, 17 Oct 2024 13:53:47 -0700 Subject: [PATCH] v1.0.0 --- CHANGELOG.md | 15 +++++++++++++++ package.json | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..79132b9 --- /dev/null +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index 3f91673..206be40 100644 --- a/package.json +++ b/package.json @@ -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": {