From 3bedad1dc511673318e7947434cc77d3e4ec94e1 Mon Sep 17 00:00:00 2001 From: Kiko Beats Date: Thu, 2 Sep 2021 13:50:53 +0200 Subject: [PATCH] chore(release): v0.1.6 --- CHANGELOG.md | 11 +++++++++++ lerna.json | 2 +- packages/cli/CHANGELOG.md | 11 +++++++++++ packages/cli/package.json | 2 +- 4 files changed, 24 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ada90de..631882c 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.1.6](https://github.com/microlinkhq/metatags/compare/v0.1.5...v0.1.6) (2021-09-02) + + +### Bug Fixes + +* filepath ([ae8ae83](https://github.com/microlinkhq/metatags/commit/ae8ae83ade4a6705b9657f127fe5d2244ae9ef28)) + + + + + ## [0.1.5](https://github.com/microlinkhq/metatags/compare/v0.1.4...v0.1.5) (2021-09-02) diff --git a/lerna.json b/lerna.json index 9c8d1d9..cf489af 100644 --- a/lerna.json +++ b/lerna.json @@ -2,7 +2,7 @@ "packages": [ "packages/*" ], - "version": "0.1.5", + "version": "0.1.6", "command": { "bootstrap": { "npmClientArgs": [ diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index a53ef19..a9b809c 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/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.1.6](https://github.com/microlinkhq/metatags/compare/v0.1.5...v0.1.6) (2021-09-02) + + +### Bug Fixes + +* filepath ([ae8ae83](https://github.com/microlinkhq/metatags/commit/ae8ae83ade4a6705b9657f127fe5d2244ae9ef28)) + + + + + ## [0.1.5](https://github.com/microlinkhq/metatags/compare/v0.1.4...v0.1.5) (2021-09-02) diff --git a/packages/cli/package.json b/packages/cli/package.json index 389b7b1..6cc20e2 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.5", + "version": "0.1.6", "main": "bin/cli/index.js", "bin": { "metatags": "bin/cli/index.js"