Skip to content

Commit 8fb7ceb

Browse files
author
Ricardo Lopes
committed
Release 1.2.0
1 parent 28299cb commit 8fb7ceb

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## [v1.2.0](https://github.com/uphold/http-errors/releases/tag/v1.2.0) (2018-07-11)
4+
- Prepare to open source [\#7](https://github.com/uphold/http-errors/pull/7) ([rplopes](https://github.com/rplopes))
5+
- Update @uphold/github-changelog-generator [\#6](https://github.com/uphold/http-errors/pull/6) ([rplopes](https://github.com/rplopes))
6+
- Update [email protected] and [email protected] [\#5](https://github.com/uphold/http-errors/pull/5) ([rplopes](https://github.com/rplopes))
7+
- Add travis [\#4](https://github.com/uphold/http-errors/pull/4) ([rplopes](https://github.com/rplopes))
8+
39
## [v1.1.0](https://github.com/uphold/http-errors/releases/tag/v1.1.0) (2017-07-03)
410
- Add ServiceUnavailableError [\#3](https://github.com/uphold/http-errors/pull/3) ([ricardogama](https://github.com/ricardogama))
511
- Fix typo in README [\#2](https://github.com/uphold/http-errors/pull/2) ([rplopes](https://github.com/rplopes))

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.1.0",
3+
"version": "1.2.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)