From 4d0f9f4ba85c843fa180c4e6c29333c326402a40 Mon Sep 17 00:00:00 2001 From: davipon Date: Sun, 24 Apr 2022 12:59:06 +0800 Subject: [PATCH] chore(release): 0.0.3 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c551f48..9954d47 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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. +### [0.0.3](https://github.com/davipon/fastify-esbuild/compare/v0.0.2...v0.0.3) (2022-04-24) + + +### 📝 Documentation + +* **readme:** add README.md ([cec0ccd](https://github.com/davipon/fastify-esbuild/commit/cec0ccdebf23dbd3816f32cc2249d6490708e6a0)) + ### 0.0.2 (2022-04-24) diff --git a/package.json b/package.json index d64c01c..7962c22 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fastify-esbuild", - "version": "0.0.2", + "version": "0.0.3", "scripts": { "prepare": "husky install", "dev": "nodemon",