From 3951f1299cbbcffbf4ef9b968ead1e4d031fd7f8 Mon Sep 17 00:00:00 2001 From: Kiko Date: Mon, 7 Sep 2020 20:00:44 +0000 Subject: [PATCH] chore(release): v1.3.10 --- CHANGELOG.md | 8 ++++++++ lerna.json | 2 +- packages/app/CHANGELOG.md | 8 ++++++++ packages/app/package.json | 2 +- 4 files changed, 18 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e50ad3a0..1b08a7e2 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.10](https://github.com/microlinkhq/cards/compare/v1.3.9...v1.3.10) (2020-09-07) + +**Note:** Version bump only for package @microlink/cards-root + + + + + ## [1.3.9](https://github.com/microlinkhq/cards/compare/v1.3.8...v1.3.9) (2020-08-24) **Note:** Version bump only for package @microlink/cards-root diff --git a/lerna.json b/lerna.json index 0375412c..f78a6569 100644 --- a/lerna.json +++ b/lerna.json @@ -2,7 +2,7 @@ "packages": [ "packages/*" ], - "version": "1.3.9", + "version": "1.3.10", "command": { "bootstrap": { "npmClientArgs": [ diff --git a/packages/app/CHANGELOG.md b/packages/app/CHANGELOG.md index 14e2affa..cfc1ceb0 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.10](https://github.com/microlinkhq/cards/compare/v1.3.9...v1.3.10) (2020-09-07) + +**Note:** Version bump only for package @microlink/cards-app + + + + + ## [1.3.9](https://github.com/microlinkhq/cards/compare/v1.3.8...v1.3.9) (2020-08-24) **Note:** Version bump only for package @microlink/cards-app diff --git a/packages/app/package.json b/packages/app/package.json index 7c675ddf..89364921 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.9", + "version": "1.3.10", "author": { "email": "hello@microlink.io", "name": "microlink.io",