We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14cd741 commit 943bf15Copy full SHA for 943bf15
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# Changelog
2
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
+
6
## [v1.3.0](https://github.com/uphold/http-errors/releases/tag/v1.3.0) (2020-03-19)
7
- Add AssertionFailedError [\#18](https://github.com/uphold/http-errors/pull/18) ([eduardoconceicao](https://github.com/eduardoconceicao))
8
package.json
@@ -1,6 +1,6 @@
{
"name": "@uphold/http-errors",
- "version": "1.3.0",
+ "version": "1.4.0",
"description": "Set of errors based on http-standard-error",
"license": "MIT",
"author": "Uphold",
0 commit comments