From dc17881f99ba83dc33232a4fb265c83a723033c8 Mon Sep 17 00:00:00 2001 From: David Worms Date: Thu, 14 Apr 2022 10:35:37 +0200 Subject: [PATCH] chore(release): 1.5.1 --- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 150c15b..136cf3d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +# Changelog + +All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. + +### [1.5.1](https://github.com/adaltas/node-http-status/compare/v1.5.0...v1.5.1) (2022-04-14) + + +### Bug Fixes + +* **types:** 502 is missing _NAME, _MESSAGE, _CLASS ([b86e714](https://github.com/adaltas/node-http-status/commit/b86e714db1ef41c0e841c9c96096d0288378d048)) + ## Version 1.5.0 diff --git a/package.json b/package.json index 39c1761..eebf7d1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "http-status", - "version": "1.5.0", + "version": "1.5.1", "description": "Interact with HTTP status code", "homepage": "https://github.com/adaltas/node-http-status", "author": "David Worms (https://www.adaltas.com)",