From 90e9540d836c0211d7316bd3019bc569b660ea61 Mon Sep 17 00:00:00 2001 From: David Worms Date: Wed, 7 Sep 2022 16:35:21 +0200 Subject: [PATCH] chore(release): 1.5.3 --- CHANGELOG.md | 2 ++ package.json | 24 ++++++++++++------------ 2 files changed, 14 insertions(+), 12 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eef8f4a..4210e0d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ 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.3](https://github.com/adaltas/node-http-status/compare/v1.5.2...v1.5.3) (2022-09-07) + ### [1.5.2](https://github.com/adaltas/node-http-status/compare/v1.5.1...v1.5.2) (2022-05-06) diff --git a/package.json b/package.json index 6439654..02ba313 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "http-status", - "version": "1.5.2", + "version": "1.5.3", "description": "Interact with HTTP status code", "homepage": "https://github.com/adaltas/node-http-status", "author": "David Worms (https://www.adaltas.com)", @@ -19,19 +19,19 @@ "url": "http://github.com/adaltas/node-http-status/issues" }, "devDependencies": { - "@commitlint/cli": "^16.2.3", - "@commitlint/config-conventional": "^16.2.1", - "@types/mocha": "^8.0.4", - "@types/node": "^14.14.7", + "@commitlint/cli": "^17.1.2", + "@commitlint/config-conventional": "^17.1.0", + "@types/mocha": "^9.1.1", + "@types/node": "^18.7.15", "@types/should": "^13.0.0", - "coffeescript": "2.5.1", - "commitlint": "^16.2.3", - "husky": "^7.0.4", - "mocha": "8.2.1", + "coffeescript": "2.7.0", + "commitlint": "^17.1.2", + "husky": "^8.0.1", + "mocha": "10.0.0", "should": "13.2.3", - "standard-version": "^9.3.2", - "ts-node": "^9.0.0", - "typescript": "^4.0.5" + "standard-version": "^9.5.0", + "ts-node": "^10.9.1", + "typescript": "^4.8.2" }, "coffeelintConfig": { "indentation": {