From 926781fcba2de614a15f3958cd0cc0a928273f4f Mon Sep 17 00:00:00 2001 From: solufa Date: Tue, 8 Feb 2022 06:26:35 +0900 Subject: [PATCH] chore(release): 0.9.0 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d55d44..a4868a5 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.9.0](https://github.com/aspida/aspida-mock/compare/v0.8.2...v0.9.0) (2022-02-07) + + +### Features + +* insert prettier-ignore comment ([4beee14](https://github.com/aspida/aspida-mock/commit/4beee1464b61e408dbf46bc0391e509262aaa113)) + ### [0.8.2](https://github.com/aspida/aspida-mock/compare/v0.8.1...v0.8.2) (2020-10-02) diff --git a/package.json b/package.json index 1a775a7..f318082 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aspida-mock", - "version": "0.8.2", + "version": "0.9.0", "description": "TypeScript friendly RESTful API mock for aspida", "author": "Solufa ", "license": "MIT",