diff --git a/packages/app/CHANGELOG.md b/packages/app/CHANGELOG.md index 758728e..d5e52a2 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.2.2](https://github.com/medly/starter/compare/@medly/create-app@0.2.1...@medly/create-app@0.2.2) (2021-06-15) + + +### Bug Fixes + +* downgrade husky version for autoinstalling after first intallation ([64c5aef](https://github.com/medly/starter/commit/64c5aef578a39bcc0a0f442194627736fa7575d2)) + + + + + ## [0.2.1](https://github.com/medly/starter/compare/@medly/create-app@0.2.0...@medly/create-app@0.2.1) (2021-06-14) diff --git a/packages/app/package.json b/packages/app/package.json index bf9355f..f9e4810 100644 --- a/packages/app/package.json +++ b/packages/app/package.json @@ -1,6 +1,6 @@ { "name": "@medly/create-app", - "version": "0.2.1", + "version": "0.2.2", "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 1064eb4..ee889eb 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.5.3](https://github.com/medly/starter/compare/@medly/create-module@0.5.2...@medly/create-module@0.5.3) (2021-06-15) + + +### Bug Fixes + +* downgrade husky version for autoinstalling after first intallation ([64c5aef](https://github.com/medly/starter/commit/64c5aef578a39bcc0a0f442194627736fa7575d2)) + + + + + ## [0.5.2](https://github.com/medly/starter/compare/@medly/create-module@0.5.1...@medly/create-module@0.5.2) (2021-06-14) **Note:** Version bump only for package @medly/create-module diff --git a/packages/module/package.json b/packages/module/package.json index d14286c..019dde6 100644 --- a/packages/module/package.json +++ b/packages/module/package.json @@ -1,6 +1,6 @@ { "name": "@medly/create-module", - "version": "0.5.2", + "version": "0.5.3", "description": "An application for generating either ts module or simple ts app", "bin": "./bin/index.js", "files": [