Skip to content

Commit 4dd1226

Browse files
committed
Release 2.0.0
1 parent 548e837 commit 4dd1226

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

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

3+
## [v2.0.0](https://github.com/uphold/http-errors/releases/tag/v2.0.0) (2025-06-11)
4+
5+
- Update all dependencies to fix vulnerabilities [\#42](https://github.com/uphold/http-errors/pull/42) ([risantos](https://github.com/risantos))
6+
- Add Release GitHub action [\#39](https://github.com/uphold/http-errors/pull/39) ([Nethanos](https://github.com/Nethanos))
7+
- Add Tests workflow and replace Jest with `node:test` [\#40](https://github.com/uphold/http-errors/pull/40) ([risantos](https://github.com/risantos))
8+
- Update `eslint-config-uphold@6.5.1` [\#41](https://github.com/uphold/http-errors/pull/41) ([risantos](https://github.com/risantos))
9+
- Add support for `Not Implemented` error [\#38](https://github.com/uphold/http-errors/pull/38) ([Nethanos](https://github.com/Nethanos))
10+
311
## [v1.4.0](https://github.com/uphold/http-errors/releases/tag/v1.4.0) (2023-01-09)
412
- Add 429 http error and http types [\#32](https://github.com/uphold/http-errors/pull/32) ([arop](https://github.com/arop))
513

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

0 commit comments

Comments
 (0)