diff --git a/packages/app-config/CHANGELOG.md b/packages/app-config/CHANGELOG.md new file mode 100644 index 00000000..f419e456 --- /dev/null +++ b/packages/app-config/CHANGELOG.md @@ -0,0 +1,11 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +# 0.1.0 (2019-11-01) + + +### Features + +* add app/lib config packages to simplify usage ([4ec4962](https://github.com/1stG/configs/commit/4ec49627d412ac44e917c10e10b0891480664d0e)) diff --git a/packages/app-config/package.json b/packages/app-config/package.json index d63eb2d0..016f2426 100644 --- a/packages/app-config/package.json +++ b/packages/app-config/package.json @@ -1,6 +1,6 @@ { "name": "@1stg/app-config", - "version": "0.0.0", + "version": "0.1.0", "description": "Personal but Shareable App Configuration for all 1stG.me projects.", "repository": "git+https://github.com/1stG/configs.git", "homepage": "https://github.com/1stG/configs/tree/master/packages/app-config", diff --git a/packages/lib-config/CHANGELOG.md b/packages/lib-config/CHANGELOG.md new file mode 100644 index 00000000..f419e456 --- /dev/null +++ b/packages/lib-config/CHANGELOG.md @@ -0,0 +1,11 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +# 0.1.0 (2019-11-01) + + +### Features + +* add app/lib config packages to simplify usage ([4ec4962](https://github.com/1stG/configs/commit/4ec49627d412ac44e917c10e10b0891480664d0e)) diff --git a/packages/lib-config/package.json b/packages/lib-config/package.json index c8ef9666..32f30546 100644 --- a/packages/lib-config/package.json +++ b/packages/lib-config/package.json @@ -1,6 +1,6 @@ { "name": "@1stg/lib-config", - "version": "0.0.0", + "version": "0.1.0", "description": "Personal but Shareable Library Configuration for all 1stG.me projects.", "repository": "git+https://github.com/1stG/configs.git", "homepage": "https://github.com/1stG/configs/tree/master/packages/lib-config",