Skip to content

Commit 3bedad1

Browse files
committed
chore(release): v0.1.6
1 parent ae8ae83 commit 3bedad1

File tree

4 files changed

+24
-2
lines changed

4 files changed

+24
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.1.6](https://github.com/microlinkhq/metatags/compare/v0.1.5...v0.1.6) (2021-09-02)
7+
8+
9+
### Bug Fixes
10+
11+
* filepath ([ae8ae83](https://github.com/microlinkhq/metatags/commit/ae8ae83ade4a6705b9657f127fe5d2244ae9ef28))
12+
13+
14+
15+
16+
617
## [0.1.5](https://github.com/microlinkhq/metatags/compare/v0.1.4...v0.1.5) (2021-09-02)
718

819

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"packages": [
33
"packages/*"
44
],
5-
"version": "0.1.5",
5+
"version": "0.1.6",
66
"command": {
77
"bootstrap": {
88
"npmClientArgs": [

packages/cli/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.1.6](https://github.com/microlinkhq/metatags/compare/v0.1.5...v0.1.6) (2021-09-02)
7+
8+
9+
### Bug Fixes
10+
11+
* filepath ([ae8ae83](https://github.com/microlinkhq/metatags/commit/ae8ae83ade4a6705b9657f127fe5d2244ae9ef28))
12+
13+
14+
15+
16+
617
## [0.1.5](https://github.com/microlinkhq/metatags/compare/v0.1.4...v0.1.5) (2021-09-02)
718

819

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@metatags/cli",
33
"description": "Ensure your HTML is previewed beautifully across social networks",
44
"homepage": "https://github.com/microlinkhq/metatags#readme",
5-
"version": "0.1.5",
5+
"version": "0.1.6",
66
"main": "bin/cli/index.js",
77
"bin": {
88
"metatags": "bin/cli/index.js"

0 commit comments

Comments
 (0)