Skip to content

Commit d65e7e8

Browse files
committed
chore(release): 0.1.0
1 parent 72d0588 commit d65e7e8

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

CHANGELOG.md

+22
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,28 @@
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+
## [0.1.0](https://github.com/davipon/fastify-esbuild/compare/v0.0.17...v0.1.0) (2022-06-11)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* **esbuild:** create an esbuild plugin to generate additional files for pino
11+
12+
### 📝 Documentation
13+
14+
* **readme.md:** add article in README.md ([23d367c](https://github.com/davipon/fastify-esbuild/commit/23d367cb4f3010bd4aa40031b60a639d1e83d98b))
15+
16+
17+
### 🚚 Chores
18+
19+
* **commitizen:** add .czrc to enable interactive mode ([2d9802b](https://github.com/davipon/fastify-esbuild/commit/2d9802b559a050dd73662710c9ddeaabbf7865b2))
20+
* update fastify and refactor breaking changes in startup config ([7b75879](https://github.com/davipon/fastify-esbuild/commit/7b75879086c45d4a3905d02a644e2c8e02c8e1a9))
21+
22+
23+
### 🐛 Bug Fixes
24+
25+
* **esbuild:** fix production code cannot work issue ([72d0588](https://github.com/davipon/fastify-esbuild/commit/72d05888082bb33d311085d2cc89c5dbcb6cfd86))
26+
527
### [0.0.17](https://github.com/davipon/fastify-esbuild/compare/v0.0.15...v0.0.17) (2022-05-24)
628

729

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fastify-esbuild",
3-
"version": "0.0.17",
3+
"version": "0.1.0",
44
"scripts": {
55
"prepare": "husky install",
66
"dev": "nodemon",

0 commit comments

Comments
 (0)