Skip to content

Commit f9ccdb5

Browse files
committed
chore(release): v0.1.3
1 parent 9f5c67d commit f9ccdb5

File tree

6 files changed

+37
-4
lines changed

6 files changed

+37
-4
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.3](https://github.com/microlinkhq/metatags/compare/v0.1.2...v0.1.3) (2021-09-02)
7+
8+
9+
### Bug Fixes
10+
11+
* lerna for public packages ([9f5c67d](https://github.com/microlinkhq/metatags/commit/9f5c67d70fc72ac7767fa6b59a3209f76645a157))
12+
13+
14+
15+
16+
617
## [0.1.2](https://github.com/microlinkhq/metatags/compare/v0.1.1...v0.1.2) (2021-09-02)
718

819
**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.2",
5+
"version": "0.1.3",
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.3](https://github.com/microlinkhq/metatags/compare/v0.1.2...v0.1.3) (2021-09-02)
7+
8+
9+
### Bug Fixes
10+
11+
* lerna for public packages ([9f5c67d](https://github.com/microlinkhq/metatags/commit/9f5c67d70fc72ac7767fa6b59a3209f76645a157))
12+
13+
14+
15+
16+
617
## [0.1.2](https://github.com/microlinkhq/metatags/compare/v0.1.1...v0.1.2) (2021-09-02)
718

819
**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 beauty across social networks.",
44
"homepage": "https://github.com/microlinkhq/metatags#readme",
5-
"version": "0.1.2",
5+
"version": "0.1.3",
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.2",
34+
"@metatags/core": "^0.1.3",
3535
"beauty-error": "~1.2.8",
3636
"chalk": "~4.1.1",
3737
"ci-env": "~1.16.0",

packages/core/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.3](https://github.com/microlinkhq/metatags/compare/v0.1.2...v0.1.3) (2021-09-02)
7+
8+
9+
### Bug Fixes
10+
11+
* lerna for public packages ([9f5c67d](https://github.com/microlinkhq/metatags/commit/9f5c67d70fc72ac7767fa6b59a3209f76645a157))
12+
13+
14+
15+
16+
617
## [0.1.2](https://github.com/microlinkhq/metatags/compare/v0.1.1...v0.1.2) (2021-09-02)
718

819
**Note:** Version bump only for package @metatags/core

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.2",
5+
"version": "0.1.3",
66
"main": "src/index.js",
77
"repository": {
88
"directory": "packages/core",

0 commit comments

Comments
 (0)