Skip to content

Commit 6dfb7d7

Browse files
committed
chore(release): 0.0.12
1 parent 6d62ee0 commit 6dfb7d7

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
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.12](https://github.com/davipon/fastify-esbuild/compare/v0.0.11...v0.0.12) (2022-05-14)
6+
7+
8+
### 🚚 Chores
9+
10+
* update tsconfig.json ([36c12b3](https://github.com/davipon/fastify-esbuild/commit/36c12b3520df07f893cc63b19bd4f26855af61df))
11+
12+
13+
### ✨ Features
14+
15+
* **posts:** add posts route, add swagger ([6d62ee0](https://github.com/davipon/fastify-esbuild/commit/6d62ee0bc892e3a4d6f2f0cf8f89e173e8706ba9))
16+
517
### [0.0.11](https://github.com/davipon/fastify-esbuild/compare/v0.0.10...v0.0.11) (2022-05-04)
618

719

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

0 commit comments

Comments
 (0)