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"