Skip to content

Commit 4aede67

Browse files
committed
chore(release): v0.1.5
1 parent 0848020 commit 4aede67

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.5](https://github.com/microlinkhq/metatags/compare/v0.1.4...v0.1.5) (2021-09-02)
7+
8+
9+
### Bug Fixes
10+
11+
* downgrade dependency ([0848020](https://github.com/microlinkhq/metatags/commit/08480205f49508930c02a2cca83810c3f292d2d4))
12+
13+
14+
15+
16+
617
## [0.1.4](https://github.com/microlinkhq/metatags/compare/v0.1.3...v0.1.4) (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.4",
5+
"version": "0.1.5",
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.5](https://github.com/microlinkhq/metatags/compare/v0.1.4...v0.1.5) (2021-09-02)
7+
8+
9+
### Bug Fixes
10+
11+
* downgrade dependency ([0848020](https://github.com/microlinkhq/metatags/commit/08480205f49508930c02a2cca83810c3f292d2d4))
12+
13+
14+
15+
16+
617
## [0.1.4](https://github.com/microlinkhq/metatags/compare/v0.1.3...v0.1.4) (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 beauty across social networks.",
44
"homepage": "https://github.com/microlinkhq/metatags#readme",
5-
"version": "0.1.4",
5+
"version": "0.1.5",
66
"main": "bin/cli/index.js",
77
"bin": {
88
"metatags": "bin/cli/index.js"

0 commit comments

Comments
 (0)