From 43b6e4118b14eee1f02dfe662ec68b9428f16d51 Mon Sep 17 00:00:00 2001 From: solufa Date: Sat, 4 Jul 2020 22:06:02 +0900 Subject: [PATCH] chore(release): 0.9.1 --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5783fb6e..5e3ea853 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ 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.1](https://github.com/frouriojs/create-frourio-app/compare/v0.9.0...v0.9.1) (2020-07-04) + + +### Features + +* disable Nuxt telemetry ([923a6c5](https://github.com/frouriojs/create-frourio-app/commit/923a6c51e8f37e56153e375a3f0a1bc9b411670e)) + + +### Bug Fixes + +* bump chalk from 4.0.0 to 4.1.0 ([93e6e2a](https://github.com/frouriojs/create-frourio-app/commit/93e6e2a039f059c8d6ebb6ce84836b68674f907b)) + ## [0.9.0](https://github.com/frouriojs/create-frourio-app/compare/v0.8.0...v0.9.0) (2020-06-29) diff --git a/package.json b/package.json index 866e67b8..f8f51eb8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "create-frourio-app", - "version": "0.9.0", + "version": "0.9.1", "description": "Create a frourio project in seconds", "author": "Solufa ", "license": "MIT",