From 5bf7788511fb1b0ab5a67b71821e66e8f2a8aa38 Mon Sep 17 00:00:00 2001 From: Ricardo Lopes Date: Wed, 30 Oct 2019 15:16:22 +0000 Subject: [PATCH] Release 1.2.1 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ef220da..cba23c2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## [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)) + ## [v1.2.0](https://github.com/uphold/http-errors/releases/tag/v1.2.0) (2018-07-11) - Prepare to open source [\#7](https://github.com/uphold/http-errors/pull/7) ([rplopes](https://github.com/rplopes)) - Update @uphold/github-changelog-generator [\#6](https://github.com/uphold/http-errors/pull/6) ([rplopes](https://github.com/rplopes)) diff --git a/package.json b/package.json index 143386c..5cd3c73 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@uphold/http-errors", - "version": "1.2.0", + "version": "1.2.1", "description": "Set of errors based on http-standard-error", "license": "MIT", "author": "Uphold",