Skip to content

Commit d202a74

Browse files
committed
chore(release): 0.0.8
1 parent 9b3dc99 commit d202a74

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
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.0.8](https://github.com/davipon/fastify-esbuild/compare/v0.0.7...v0.0.8) (2022-05-03)
6+
7+
8+
### 🔨 Build System
9+
10+
* **esbuild:** remove minify flag ([9b3dc99](https://github.com/davipon/fastify-esbuild/commit/9b3dc991feead8ba37f2dd1ac1f5aa8bc9d724a8))
11+
512
### [0.0.7](https://github.com/davipon/fastify-esbuild/compare/v0.0.6...v0.0.7) (2022-05-01)
613

714

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.7",
3+
"version": "0.0.8",
44
"scripts": {
55
"prepare": "husky install",
66
"dev": "nodemon",

0 commit comments

Comments
 (0)