Skip to content

Commit 955939e

Browse files
committed
chore(release): v0.1.9
1 parent a8658f5 commit 955939e

File tree

6 files changed

+28
-4
lines changed

6 files changed

+28
-4
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.9](https://github.com/microlinkhq/metatags/compare/v0.1.8...v0.1.9) (2021-09-03)
7+
8+
**Note:** Version bump only for package metatags
9+
10+
11+
12+
13+
614
## [0.1.8](https://github.com/microlinkhq/metatags/compare/v0.1.7...v0.1.8) (2021-09-02)
715

816
**Note:** Version bump only for package metatags

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.8",
5+
"version": "0.1.9",
66
"command": {
77
"bootstrap": {
88
"npmClientArgs": [

packages/cli/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.9](https://github.com/microlinkhq/metatags/compare/v0.1.8...v0.1.9) (2021-09-03)
7+
8+
**Note:** Version bump only for package @metatags/cli
9+
10+
11+
12+
13+
614
## [0.1.8](https://github.com/microlinkhq/metatags/compare/v0.1.7...v0.1.8) (2021-09-02)
715

816
**Note:** Version bump only for package @metatags/cli

packages/cli/package.json

Lines changed: 2 additions & 2 deletions
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.8",
5+
"version": "0.1.9",
66
"main": "bin/cli/index.js",
77
"bin": {
88
"metatags": "bin/cli/index.js"
@@ -31,7 +31,7 @@
3131
"twitter"
3232
],
3333
"dependencies": {
34-
"@metatags/core": "^0.1.3",
34+
"@metatags/core": "^0.1.9",
3535
"beauty-error": "~1.2.8",
3636
"chalk": "~4.1.1",
3737
"ci-env": "~1.16.0",

packages/core/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.9](https://github.com/microlinkhq/metatags/compare/v0.1.8...v0.1.9) (2021-09-03)
7+
8+
**Note:** Version bump only for package @metatags/core
9+
10+
11+
12+
13+
614
## [0.1.3](https://github.com/microlinkhq/metatags/compare/v0.1.2...v0.1.3) (2021-09-02)
715

816

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@metatags/core",
33
"description": "Ensure your HTML is previewed beauty across social networks.",
44
"homepage": "https://github.com/microlinkhq/metatags#readme",
5-
"version": "0.1.3",
5+
"version": "0.1.9",
66
"main": "src/index.js",
77
"repository": {
88
"directory": "packages/core",

0 commit comments

Comments
 (0)