Skip to content

Commit 5bf7788

Browse files
author
Ricardo Lopes
committed
Release 1.2.1
1 parent e15dacf commit 5bf7788

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## [v1.2.1](https://github.com/uphold/http-errors/releases/tag/v1.2.1) (2019-10-30)
4+
- Update .npmignore and license [\#9](https://github.com/uphold/http-errors/pull/9) ([cristianooliveira](https://github.com/cristianooliveira))
5+
- Add TypeScript typings [\#8](https://github.com/uphold/http-errors/pull/8) ([rplopes](https://github.com/rplopes))
6+
37
## [v1.2.0](https://github.com/uphold/http-errors/releases/tag/v1.2.0) (2018-07-11)
48
- Prepare to open source [\#7](https://github.com/uphold/http-errors/pull/7) ([rplopes](https://github.com/rplopes))
59
- Update @uphold/github-changelog-generator [\#6](https://github.com/uphold/http-errors/pull/6) ([rplopes](https://github.com/rplopes))

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

0 commit comments

Comments
 (0)