diff --git a/CHANGELOG.md b/CHANGELOG.md index 28686957..f9bc035f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.3.13](https://github.com/microlinkhq/cards/compare/v1.3.12...v1.3.13) (2020-10-10) + +**Note:** Version bump only for package @microlink/cards-root + + + + + ## [1.3.12](https://github.com/microlinkhq/cards/compare/v1.3.11...v1.3.12) (2020-10-06) **Note:** Version bump only for package @microlink/cards-root diff --git a/lerna.json b/lerna.json index a8aa7ec0..c3b00425 100644 --- a/lerna.json +++ b/lerna.json @@ -2,7 +2,7 @@ "packages": [ "packages/*" ], - "version": "1.3.12", + "version": "1.3.13", "command": { "bootstrap": { "npmClientArgs": [ diff --git a/packages/app/CHANGELOG.md b/packages/app/CHANGELOG.md index 98aa712f..acc7906a 100644 --- a/packages/app/CHANGELOG.md +++ b/packages/app/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.3.13](https://github.com/microlinkhq/cards/compare/v1.3.12...v1.3.13) (2020-10-10) + +**Note:** Version bump only for package @microlink/cards-app + + + + + ## [1.3.12](https://github.com/microlinkhq/cards/compare/v1.3.11...v1.3.12) (2020-10-06) **Note:** Version bump only for package @microlink/cards-app diff --git a/packages/app/package.json b/packages/app/package.json index 218e4b6f..1f764466 100644 --- a/packages/app/package.json +++ b/packages/app/package.json @@ -2,7 +2,7 @@ "name": "@microlink/cards-app", "description": "The easiest way to generate dynamic social images at scale.", "homepage": "https://github.com/microlinkhq/cards", - "version": "1.3.12", + "version": "1.3.13", "author": { "email": "hello@microlink.io", "name": "microlink.io",