diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..2f6797e --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,4 @@ +# Changelog + +## [v1.0.0](https://github.com/uphold/http-errors/releases/tag/v1.0.0) (2017-06-07) +- Initial implementation [\#1](https://github.com/uphold/http-errors/pull/1) ([ricardogama](https://github.com/ricardogama)) diff --git a/package.json b/package.json index 521e177..b9acb9e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@uphold/http-errors", - "version": "0.0.0", + "version": "1.0.0", "description": "Set of errors based on http-standard-error", "license": "SEE LICENSE IN LICENSE", "author": "Uphold",