Skip to content

Commit 837a193

Browse files
author
Ricardo Gama
committed
Release 1.1.0
1 parent 5061c6e commit 837a193

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
# Changelog
22

3+
## [v1.1.0](https://github.com/uphold/http-errors/releases/tag/v1.1.0) (2017-07-03)
4+
- Add ServiceUnavailableError [\#3](https://github.com/uphold/http-errors/pull/3) ([ricardogama](https://github.com/ricardogama))
5+
- Fix typo in README [\#2](https://github.com/uphold/http-errors/pull/2) ([rplopes](https://github.com/rplopes))
6+
37
## [v1.0.0](https://github.com/uphold/http-errors/releases/tag/v1.0.0) (2017-06-07)
48
- Initial implementation [\#1](https://github.com/uphold/http-errors/pull/1) ([ricardogama](https://github.com/ricardogama))

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@uphold/http-errors",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"description": "Set of errors based on http-standard-error",
55
"license": "SEE LICENSE IN LICENSE",
66
"author": "Uphold",

0 commit comments

Comments
 (0)