Skip to content

Commit f173e43

Browse files
committed
chore(release): 0.0.13
1 parent 82be004 commit f173e43

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
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.13](https://github.com/davipon/fastify-esbuild/compare/v0.0.12...v0.0.13) (2022-05-17)
6+
7+
8+
### ✨ Features
9+
10+
* add getOnePostHandler ([134c26d](https://github.com/davipon/fastify-esbuild/commit/134c26d1abda10369c1448551199d57ea20fabdb))
11+
* add Reply type in putPostsHandler and deletePostsHandler ([f30ea17](https://github.com/davipon/fastify-esbuild/commit/f30ea17d57a83e7d15aeadcb5854256d8ae2e7b3))
12+
13+
14+
### 🔨 Build System
15+
16+
* bump to latest version ([82be004](https://github.com/davipon/fastify-esbuild/commit/82be00449fb9a5fe924e9224beef6564c2d396ff))
17+
518
### [0.0.12](https://github.com/davipon/fastify-esbuild/compare/v0.0.11...v0.0.12) (2022-05-14)
619

720

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

0 commit comments

Comments
 (0)