We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a96122f commit c6dc2e9Copy full SHA for c6dc2e9
changelog.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## 0.0.2 - 2021-06-29
4
+
5
+Re-release
6
7
## 0.0.1 - 2021-06-29
8
9
### Added
package.json
@@ -1,6 +1,6 @@
{
"name": "@nkp/error",
- "version": "0.0.1",
+ "version": "0.0.2",
"description": "Coerce an unknown error into an instance of the JavaScript Error class",
"main": "dist/index.js",
"module": "dist/index.es.js",
0 commit comments