From 3e3dcd3ee18e916e3aef8ad26f703031c0cf89ae Mon Sep 17 00:00:00 2001 From: NickKelly1 Date: Thu, 29 Jul 2021 22:23:16 -0700 Subject: [PATCH] release: v0.0.7 --- changelog.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 6e8a5cd..8281835 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,9 @@ # Changelog +## 0.0.7 - 2021-06-29 + +Re-release + ## 0.0.6 - 2021-06-29 ### Changed diff --git a/package.json b/package.json index 63a2645..51e01a0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nkp/error", - "version": "0.0.6", + "version": "0.0.7", "description": "Coerce an unknown error into an instance of the JavaScript Error class", "main": "cjs/index.js", "module": "es/index.js",