diff --git a/CHANGELOG.md b/CHANGELOG.md index 34f67537..daf85603 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.11.1](https://github.com/frouriojs/create-frourio-app/compare/v0.11.0...v0.11.1) (2020-09-19) + + +### Bug Fixes + +* **Next.js:** rename _app.js to _app.tsx ([11e962c](https://github.com/frouriojs/create-frourio-app/commit/11e962c3ab710594111e8ac0514fe10f7f2397be)) + ## [0.11.0](https://github.com/frouriojs/create-frourio-app/compare/v0.10.2...v0.11.0) (2020-09-19) diff --git a/package.json b/package.json index cd0e9f1f..06ac7b78 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "create-frourio-app", - "version": "0.11.0", + "version": "0.11.1", "description": "Create a frourio project in seconds", "author": "Solufa ", "license": "MIT",