Skip to content

Commit 943bf15

Browse files
Release 1.4.0
1 parent 14cd741 commit 943bf15

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.4.0](https://github.com/uphold/http-errors/releases/tag/v1.4.0) (2023-01-09)
4+
- Add 429 http error and http types [\#32](https://github.com/uphold/http-errors/pull/32) ([arop](https://github.com/arop))
5+
36
## [v1.3.0](https://github.com/uphold/http-errors/releases/tag/v1.3.0) (2020-03-19)
47
- Add AssertionFailedError [\#18](https://github.com/uphold/http-errors/pull/18) ([eduardoconceicao](https://github.com/eduardoconceicao))
58

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.3.0",
3+
"version": "1.4.0",
44
"description": "Set of errors based on http-standard-error",
55
"license": "MIT",
66
"author": "Uphold",

0 commit comments

Comments
 (0)