diff --git a/CHANGELOG.md b/CHANGELOG.md index c791267..87cde6a 100644 --- a/CHANGELOG.md +++ b/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.0](https://github.com/egoist/create-portfolio/compare/v0.1.11...v0.2.0) (2019-06-27) + +### Bug Fixes + +- **theme:** Added twitter:card to all pages ([#34](https://github.com/egoist/create-portfolio/issues/34)) ([c785617](https://github.com/egoist/create-portfolio/commit/c785617)) +- add missing css for page content ([#41](https://github.com/egoist/create-portfolio/issues/41)) ([6523081](https://github.com/egoist/create-portfolio/commit/6523081)) + +### Features + +- add saber-plugin-feed to create-portfolio ([#39](https://github.com/egoist/create-portfolio/issues/39)) ([ae068da](https://github.com/egoist/create-portfolio/commit/ae068da)) + ## [0.1.11](https://github.com/egoist/create-portfolio/compare/v0.1.10...v0.1.11) (2019-06-25) ### Bug Fixes diff --git a/lerna.json b/lerna.json index aefd9d3..9d9410b 100644 --- a/lerna.json +++ b/lerna.json @@ -1,4 +1,4 @@ { "packages": ["packages/*"], - "version": "0.1.11" + "version": "0.2.0" } diff --git a/packages/create-portfolio/CHANGELOG.md b/packages/create-portfolio/CHANGELOG.md index 8376ec2..5ee1242 100644 --- a/packages/create-portfolio/CHANGELOG.md +++ b/packages/create-portfolio/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.2.0](https://github.com/saberland/create-portfolio/compare/v0.1.11...v0.2.0) (2019-06-27) + +### Features + +- add saber-plugin-feed to create-portfolio ([#39](https://github.com/saberland/create-portfolio/issues/39)) ([ae068da](https://github.com/saberland/create-portfolio/commit/ae068da)) + ## [0.1.11](https://github.com/saberland/create-portfolio/compare/v0.1.10...v0.1.11) (2019-06-25) **Note:** Version bump only for package create-portfolio diff --git a/packages/create-portfolio/package.json b/packages/create-portfolio/package.json index 1dd0991..b75700d 100644 --- a/packages/create-portfolio/package.json +++ b/packages/create-portfolio/package.json @@ -1,6 +1,6 @@ { "name": "create-portfolio", - "version": "0.1.11", + "version": "0.2.0", "files": [ "lib", "template" diff --git a/packages/saber-theme-portfolio/CHANGELOG.md b/packages/saber-theme-portfolio/CHANGELOG.md index f1a36fb..830f11b 100644 --- a/packages/saber-theme-portfolio/CHANGELOG.md +++ b/packages/saber-theme-portfolio/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.0](https://github.com/saberland/create-portfolio/compare/v0.1.11...v0.2.0) (2019-06-27) + +### Bug Fixes + +- **theme:** Added twitter:card to all pages ([#34](https://github.com/saberland/create-portfolio/issues/34)) ([c785617](https://github.com/saberland/create-portfolio/commit/c785617)) +- add missing css for page content ([#41](https://github.com/saberland/create-portfolio/issues/41)) ([6523081](https://github.com/saberland/create-portfolio/commit/6523081)) + +### Features + +- add saber-plugin-feed to create-portfolio ([#39](https://github.com/saberland/create-portfolio/issues/39)) ([ae068da](https://github.com/saberland/create-portfolio/commit/ae068da)) + ## [0.1.11](https://github.com/saberland/create-portfolio/compare/v0.1.10...v0.1.11) (2019-06-25) ### Bug Fixes diff --git a/packages/saber-theme-portfolio/package.json b/packages/saber-theme-portfolio/package.json index b283f6a..0de3b6f 100644 --- a/packages/saber-theme-portfolio/package.json +++ b/packages/saber-theme-portfolio/package.json @@ -1,6 +1,6 @@ { "name": "saber-theme-portfolio", - "version": "0.1.11", + "version": "0.2.0", "files": [ "dist" ],