diff --git a/CHANGELOG.md b/CHANGELOG.md index cc5405a0..d6199c40 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 1.12.0-canary.0 (2021-11-05) + + +### Features + +* Creates and uses shared Footer component ([61bfbcc](https://github.com/echobind/bisonapp/commit/61bfbcc2a8ea938d56b9ec5e7d4137ae05c4e9e3)) + + + ## [1.11.0](https://github.com/echobind/bisonapp/compare/v1.11.0-canary.23...v1.11.0) (2021-11-04) **Note:** Version bump only for package root diff --git a/lerna.json b/lerna.json index b4c52c3f..46048ffe 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "1.11.0", + "version": "1.12.0-canary.0", "npmClient": "yarn", "useWorkspaces": true, "packages": [ diff --git a/packages/create-bison-app/CHANGELOG.md b/packages/create-bison-app/CHANGELOG.md index 377baf9c..fa7825c0 100644 --- a/packages/create-bison-app/CHANGELOG.md +++ b/packages/create-bison-app/CHANGELOG.md @@ -3,6 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 1.12.0-canary.0 (2021-11-05) + + +### Features + +* Creates and uses shared Footer component ([61bfbcc](https://github.com/echobind/bisonapp/commit/61bfbcc2a8ea938d56b9ec5e7d4137ae05c4e9e3)) + + + ## [1.11.0](https://github.com/echobind/bisonapp/compare/v1.11.0-canary.23...v1.11.0) (2021-11-04) **Note:** Version bump only for package create-bison-app diff --git a/packages/create-bison-app/package.json b/packages/create-bison-app/package.json index 8aaf9925..a761cfa7 100644 --- a/packages/create-bison-app/package.json +++ b/packages/create-bison-app/package.json @@ -1,6 +1,6 @@ { "name": "create-bison-app", - "version": "1.11.0", + "version": "1.12.0-canary.0", "description": "Creates a production-ready full-stack Jamstack app", "license": "MIT", "repository": "echobind/bisonapp",