From 940a5a2ac577613e18103c33c24b30661060df77 Mon Sep 17 00:00:00 2001 From: davipon Date: Fri, 20 May 2022 22:06:30 +0800 Subject: [PATCH] chore(release): 0.0.15 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c22a693..b644ac4 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.15](https://github.com/davipon/fastify-esbuild/compare/v0.0.14...v0.0.15) (2022-05-20) + + +### 📝 Documentation + +* **thunder client:** add thunder client testing collections ([8862ae7](https://github.com/davipon/fastify-esbuild/commit/8862ae7e874d69f5f172325445f0a95ee014a155)) + ### [0.0.14](https://github.com/davipon/fastify-esbuild/compare/v0.0.13...v0.0.14) (2022-05-20) diff --git a/package.json b/package.json index 204e54b..8064e5c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fastify-esbuild", - "version": "0.0.14", + "version": "0.0.15", "scripts": { "prepare": "husky install", "dev": "nodemon",