Skip to content

Commit 6267f90

Browse files
committed
chore: skip commit hook on release
1 parent 4014af3 commit 6267f90

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
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.
44

5+
### [1.0.2](https://github.com/metcoder95/fastify-racing/compare/v1.0.0...v1.0.2) (2022-06-28)
6+
7+
### [1.0.1](https://github.com/metcoder95/fastify-racing/compare/v1.0.0...v1.0.1) (2022-06-28)
8+
59
## [1.0.0](https://github.com/metcoder95/fastify-racing/compare/v2.0.0...v1.0.0) (2022-05-19)
610

711
## 1.0.0-rc.0 (2022-05-17)

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fastify-racing",
3-
"version": "1.0.0",
3+
"version": "1.0.2",
44
"description": "Cancel any running operation at the right time on your request handler",
55
"main": "index.js",
66
"types": "index.d.ts",
@@ -13,7 +13,7 @@
1313
"lint:ci": "standard",
1414
"typescript": "tsd",
1515
"prerelease": "npm run test:ci",
16-
"release": "npx standard-version --skip.tag"
16+
"release": "npx standard-version --skip.tag --no-verify"
1717
},
1818
"engines": {
1919
"node": ">=16.0.0"
@@ -66,4 +66,4 @@
6666
"*.test-d.ts"
6767
]
6868
}
69-
}
69+
}

0 commit comments

Comments
 (0)