diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..a45f146 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,27 @@ +# 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.0.0-rc.0 (2022-05-17) + + +### ⚠ BREAKING CHANGES + +* v1 (#1) + +### Features + +* add types ([#3](https://github.com/metcoder95/fastify-racing/issues/3)) ([035c117](https://github.com/metcoder95/fastify-racing/commit/035c11700b229237facff79f7eec46d11a35137c)) +* v1 ([#1](https://github.com/metcoder95/fastify-racing/issues/1)) ([39f342e](https://github.com/metcoder95/fastify-racing/commit/39f342e348224346bc1c2e37306c284e76d43b7e)) + +## 1.0.0 (2022-05-17) + + +### ⚠ BREAKING CHANGES + +* v1 (#1) + +### Features + +* add types ([#3](https://github.com/metcoder95/fastify-racing/issues/3)) ([035c117](https://github.com/metcoder95/fastify-racing/commit/035c11700b229237facff79f7eec46d11a35137c)) +* v1 ([#1](https://github.com/metcoder95/fastify-racing/issues/1)) ([39f342e](https://github.com/metcoder95/fastify-racing/commit/39f342e348224346bc1c2e37306c284e76d43b7e)) diff --git a/package.json b/package.json index fc9ec7e..85f606e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fastify-racing", - "version": "0.0.0", + "version": "1.0.0-rc.0", "description": "Cancel any running operation at the right time on your request handler", "main": "index.js", "types": "index.d.ts",