Skip to content

Commit 69087a2

Browse files
authored
chore(release): v1 (#6)
1 parent a197d29 commit 69087a2

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
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.0](https://github.com/metcoder95/fastify-racing/compare/v2.0.0...v1.0.0) (2022-05-19)
6+
57
## 1.0.0-rc.0 (2022-05-17)
68

79

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fastify-racing",
3-
"version": "1.0.0-rc.0",
3+
"version": "1.0.0",
44
"description": "Cancel any running operation at the right time on your request handler",
55
"main": "index.js",
66
"types": "index.d.ts",
@@ -11,7 +11,9 @@
1111
"test:unit": "tap test/*.test.js",
1212
"lint": "standard | snazzy",
1313
"lint:ci": "standard",
14-
"typescript": "tsd"
14+
"typescript": "tsd",
15+
"prerelease": "npm run test:ci",
16+
"release": "npx standard-version --skip.tag"
1517
},
1618
"engines": {
1719
"node": ">=16.0.0"

0 commit comments

Comments
 (0)