From 33693330272af9de1fb867cfb23b23f98e429954 Mon Sep 17 00:00:00 2001 From: Kiko Beats Date: Thu, 2 Sep 2021 17:40:59 +0200 Subject: [PATCH] chore(release): v0.1.7 --- CHANGELOG.md | 8 ++++++++ lerna.json | 2 +- packages/cli/CHANGELOG.md | 8 ++++++++ packages/cli/package.json | 2 +- 4 files changed, 18 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 631882c..fbac0be 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. +## [0.1.7](https://github.com/microlinkhq/metatags/compare/v0.1.6...v0.1.7) (2021-09-02) + +**Note:** Version bump only for package metatags + + + + + ## [0.1.6](https://github.com/microlinkhq/metatags/compare/v0.1.5...v0.1.6) (2021-09-02) diff --git a/lerna.json b/lerna.json index cf489af..b1d2ec1 100644 --- a/lerna.json +++ b/lerna.json @@ -2,7 +2,7 @@ "packages": [ "packages/*" ], - "version": "0.1.6", + "version": "0.1.7", "command": { "bootstrap": { "npmClientArgs": [ diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index a9b809c..3ad8e9b 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/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. +## [0.1.7](https://github.com/microlinkhq/metatags/compare/v0.1.6...v0.1.7) (2021-09-02) + +**Note:** Version bump only for package @metatags/cli + + + + + ## [0.1.6](https://github.com/microlinkhq/metatags/compare/v0.1.5...v0.1.6) (2021-09-02) diff --git a/packages/cli/package.json b/packages/cli/package.json index 577231f..0210365 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -2,7 +2,7 @@ "name": "@metatags/cli", "description": "Ensure your HTML is previewed beautifully across social networks", "homepage": "https://github.com/microlinkhq/metatags#readme", - "version": "0.1.6", + "version": "0.1.7", "main": "bin/cli/index.js", "bin": { "metatags": "bin/cli/index.js"