From 0d57dbd150c61d6e9a2a5ab5498af95bb1cdd1ef Mon Sep 17 00:00:00 2001 From: Francisco Cardoso Date: Thu, 19 Mar 2020 10:06:41 +0000 Subject: [PATCH] Release 1.3.0 --- CHANGELOG.md | 3 +++ package.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cba23c2..bdd2618 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## [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)) + ## [v1.2.1](https://github.com/uphold/http-errors/releases/tag/v1.2.1) (2019-10-30) - Update .npmignore and license [\#9](https://github.com/uphold/http-errors/pull/9) ([cristianooliveira](https://github.com/cristianooliveira)) - Add TypeScript typings [\#8](https://github.com/uphold/http-errors/pull/8) ([rplopes](https://github.com/rplopes)) diff --git a/package.json b/package.json index 5cd3c73..82a5e9f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@uphold/http-errors", - "version": "1.2.1", + "version": "1.3.0", "description": "Set of errors based on http-standard-error", "license": "MIT", "author": "Uphold",