Skip to content

Commit

Permalink
chore(release): 1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
wdavidw committed Sep 7, 2022
1 parent 1669dc2 commit 90e9540
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 12 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Expand Up @@ -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)


Expand Down
24 changes: 12 additions & 12 deletions 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 <david@adaltas.com> (https://www.adaltas.com)",
Expand All @@ -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": {
Expand Down

0 comments on commit 90e9540

Please sign in to comment.