From 4cf7fe90172bf38b1ef438d7c31c9cc675fd063b Mon Sep 17 00:00:00 2001 From: phatpham9 Date: Thu, 11 Feb 2021 01:28:13 +0700 Subject: [PATCH] chore(release): 1.9.1 --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b950ec7..0ae19d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ 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. +### [1.9.1](https://github.com/boringcodes/create-package/compare/v1.9.0...v1.9.1) (2021-02-10) + ## [1.9.0](https://github.com/boringcodes/create-package/compare/v1.8.2...v1.9.0) (2021-02-10) ### Features diff --git a/package.json b/package.json index 537cb69..cc6fa0f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "generator-create-package", - "version": "1.9.0", + "version": "1.9.1", "description": "Boring TypeScript Package Generator", "homepage": "https://github.com/boringcodes/create-package", "bugs": "https://github.com/boringcodes/create-package/issues",