From 916556b0e4f51517ff791617e25a97f18f25f894 Mon Sep 17 00:00:00 2001 From: phatpham9 Date: Mon, 23 Mar 2020 14:13:15 +0700 Subject: [PATCH] chore(release): 1.0.4 --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c7b2f3c..d41cb97 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.0.4](https://github.com/boringcodes/create-package/compare/v1.0.3...v1.0.4) (2020-03-23) + ### [1.0.3](https://github.com/boringcodes/create-package/compare/v1.0.2...v1.0.3) (2020-03-23) ### [1.0.2](https://github.com/boringcodes/create-package/compare/v1.0.1...v1.0.2) (2020-03-22) diff --git a/package.json b/package.json index 1b3e5c0..4ffec75 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "generator-create-package", - "version": "1.0.3", + "version": "1.0.4", "description": "Boring TypeScript Package Generator", "homepage": "https://github.com/boringcodes/create-package", "bugs": "https://github.com/boringcodes/create-package/issues",