From 943bf154d5b37c20b19d77bc3bb2191da134766a Mon Sep 17 00:00:00 2001 From: Francisco Cardoso Date: Mon, 9 Jan 2023 14:45:06 +0000 Subject: [PATCH] Release 1.4.0 --- CHANGELOG.md | 3 +++ package.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bdd2618..afaf4c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## [v1.4.0](https://github.com/uphold/http-errors/releases/tag/v1.4.0) (2023-01-09) +- Add 429 http error and http types [\#32](https://github.com/uphold/http-errors/pull/32) ([arop](https://github.com/arop)) + ## [v1.3.0](https://github.com/uphold/http-errors/releases/tag/v1.3.0) (2020-03-19) - Add AssertionFailedError [\#18](https://github.com/uphold/http-errors/pull/18) ([eduardoconceicao](https://github.com/eduardoconceicao)) diff --git a/package.json b/package.json index d368300..f2c8ee6 100644 --- a/package.json +++ b/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",