diff --git a/packages/app/CHANGELOG.md b/packages/app/CHANGELOG.md index e2a3111..57f07ed 100644 --- a/packages/app/CHANGELOG.md +++ b/packages/app/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.3.1](https://github.com/medly/starter/compare/@medly/create-app@0.3.0...@medly/create-app@0.3.1) (2021-06-15) + + +### Bug Fixes + +* change order of installing dependencies to fix husky issue ([5b5ce0e](https://github.com/medly/starter/commit/5b5ce0e6922b93099308d19dc1038acaa7c5dc88)) + + + + + # [0.3.0](https://github.com/medly/starter/compare/@medly/create-app@0.2.2...@medly/create-app@0.3.0) (2021-06-15) diff --git a/packages/app/package.json b/packages/app/package.json index 4fbcd2e..0bd4e02 100644 --- a/packages/app/package.json +++ b/packages/app/package.json @@ -1,6 +1,6 @@ { "name": "@medly/create-app", - "version": "0.3.0", + "version": "0.3.1", "description": "An application for generating react app", "bin": "./bin/index.js", "files": [ diff --git a/packages/module/CHANGELOG.md b/packages/module/CHANGELOG.md index 10940fc..dbe54f8 100644 --- a/packages/module/CHANGELOG.md +++ b/packages/module/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.6.1](https://github.com/medly/starter/compare/@medly/create-module@0.6.0...@medly/create-module@0.6.1) (2021-06-15) + + +### Bug Fixes + +* change order of installing dependencies to fix husky issue ([5b5ce0e](https://github.com/medly/starter/commit/5b5ce0e6922b93099308d19dc1038acaa7c5dc88)) + + + + + # [0.6.0](https://github.com/medly/starter/compare/@medly/create-module@0.5.3...@medly/create-module@0.6.0) (2021-06-15) diff --git a/packages/module/package.json b/packages/module/package.json index 375a95b..d1a79ef 100644 --- a/packages/module/package.json +++ b/packages/module/package.json @@ -1,6 +1,6 @@ { "name": "@medly/create-module", - "version": "0.6.0", + "version": "0.6.1", "description": "An application for generating either ts module or simple ts app", "bin": "./bin/index.js", "files": [