Skip to content

Commit

Permalink
chore(release): v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Nov 12, 2021
1 parent ad5d629 commit 436f6ee
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.

## [1.0.1](https://github.com/microlinkhq/metatags/compare/v1.0.0...v1.0.1) (2021-11-12)

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





# [1.0.0](https://github.com/microlinkhq/metatags/compare/v0.1.9...v1.0.0) (2021-09-14)

**Note:** Version bump only for package metatags
Expand Down
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": "1.0.0",
"version": "1.0.1",
"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.

## [1.0.1](https://github.com/microlinkhq/metatags/compare/v1.0.0...v1.0.1) (2021-11-12)

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





# [1.0.0](https://github.com/microlinkhq/metatags/compare/v0.1.9...v1.0.0) (2021-09-14)

**Note:** Version bump only for package metatags
Expand Down
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",
"description": "Ensure your HTML is previewed beautifully across social networks",
"homepage": "https://github.com/microlinkhq/metatags#readme",
"version": "1.0.0",
"version": "1.0.1",
"main": "bin/cli/index.js",
"bin": {
"metatags": "bin/cli/index.js"
Expand Down Expand Up @@ -31,7 +31,7 @@
"twitter"
],
"dependencies": {
"@metatags/core": "^1.0.0",
"@metatags/core": "^1.0.1",
"beauty-error": "~1.2.8",
"chalk": "~4.1.1",
"ci-env": "~1.17.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.

## [1.0.1](https://github.com/microlinkhq/metatags/compare/v1.0.0...v1.0.1) (2021-11-12)

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





# [1.0.0](https://github.com/microlinkhq/metatags/compare/v0.1.9...v1.0.0) (2021-09-14)

**Note:** Version bump only for package @metatags/core
Expand Down
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": "1.0.0",
"version": "1.0.1",
"main": "src/index.js",
"repository": {
"directory": "packages/core",
Expand Down

0 comments on commit 436f6ee

Please sign in to comment.