Skip to content

Commit

Permalink
chore(release): v0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Sep 2, 2021
1 parent 1c1db1f commit 1a083e1
Show file tree
Hide file tree
Showing 6 changed files with 28 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.1.2](https://github.com/microlinkhq/metatags/compare/v0.1.1...v0.1.2) (2021-09-02)

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





## [0.1.1](https://github.com/microlinkhq/metatags/compare/v0.1.0...v0.1.1) (2021-07-23)

**Note:** Version bump only for package metatags
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"packages": [
"packages/*"
],
"version": "0.1.1",
"version": "0.1.2",
"command": {
"bootstrap": {
"npmClientArgs": [
Expand Down
8 changes: 8 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.1.2](https://github.com/microlinkhq/metatags/compare/v0.1.1...v0.1.2) (2021-09-02)

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





## [0.1.1](https://github.com/microlinkhq/metatags/compare/v0.1.0...v0.1.1) (2021-07-23)

**Note:** Version bump only for package @metatags/cli
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@metatags/cli",
"description": "Ensure your HTML is previewed beauty across social networks.",
"homepage": "https://github.com/microlinkhq/metatags#readme",
"version": "0.1.1",
"version": "0.1.2",
"main": "bin/cli/index.js",
"bin": {
"metatags": "bin/cli/index.js"
Expand Down Expand Up @@ -31,7 +31,7 @@
"twitter"
],
"dependencies": {
"@metatags/core": "^0.1.1",
"@metatags/core": "^0.1.2",
"beauty-error": "~1.2.8",
"chalk": "~4.1.1",
"ci-env": "~1.16.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.1.2](https://github.com/microlinkhq/metatags/compare/v0.1.1...v0.1.2) (2021-09-02)

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





## [0.1.1](https://github.com/microlinkhq/metatags/compare/v0.1.0...v0.1.1) (2021-07-23)

**Note:** Version bump only for package @metatags/core
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@metatags/core",
"description": "Ensure your HTML is previewed beauty across social networks.",
"homepage": "https://github.com/microlinkhq/metatags#readme",
"version": "0.1.1",
"version": "0.1.2",
"main": "src/index.js",
"repository": {
"directory": "packages/core",
Expand Down

0 comments on commit 1a083e1

Please sign in to comment.