Skip to content

Commit 0d57dbd

Browse files
author
Francisco Cardoso
committed
Release 1.3.0
1 parent 4b09c78 commit 0d57dbd

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
## [v1.3.0](https://github.com/uphold/http-errors/releases/tag/v1.3.0) (2020-03-19)
4+
- Add AssertionFailedError [\#18](https://github.com/uphold/http-errors/pull/18) ([eduardoconceicao](https://github.com/eduardoconceicao))
5+
36
## [v1.2.1](https://github.com/uphold/http-errors/releases/tag/v1.2.1) (2019-10-30)
47
- Update .npmignore and license [\#9](https://github.com/uphold/http-errors/pull/9) ([cristianooliveira](https://github.com/cristianooliveira))
58
- Add TypeScript typings [\#8](https://github.com/uphold/http-errors/pull/8) ([rplopes](https://github.com/rplopes))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@uphold/http-errors",
3-
"version": "1.2.1",
3+
"version": "1.3.0",
44
"description": "Set of errors based on http-standard-error",
55
"license": "MIT",
66
"author": "Uphold",

0 commit comments

Comments
 (0)