Skip to content

Commit

Permalink
chore(release): v1.9.89
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Mar 27, 2023
1 parent 6dfac5d commit 7e571ce
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 1.9.89 (2023-03-27)

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

## 1.9.88 (2023-03-07)

**Note:** Version bump only for package urlint
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.9.88",
"version": "1.9.89",
"command": {
"bootstrap": {
"npmClientArgs": [
Expand Down
4 changes: 4 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 1.9.89 (2023-03-27)

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

## 1.9.88 (2023-03-07)

**Note:** Version bump only for package urlint
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": "urlint",
"description": "Check your URLs, keep your links up to date ✨",
"homepage": "https://urlint.co",
"version": "1.9.88",
"version": "1.9.89",
"main": "index.js",
"bin": {
"urlint": "./bin/cli/index.js"
Expand Down Expand Up @@ -33,7 +33,7 @@
"validate"
],
"dependencies": {
"@urlint/core": "^1.9.88",
"@urlint/core": "^1.9.89",
"beauty-error": "~1.2.15",
"chalk": "~4.1.1",
"ci-env": "~1.17.0",
Expand Down
4 changes: 4 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 1.9.89 (2023-03-27)

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

## 1.9.88 (2023-03-07)

**Note:** Version bump only for package @urlint/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": "@urlint/core",
"description": "Check your URLs, keep your links up to date ✨",
"homepage": "https://urlint.co",
"version": "1.9.88",
"version": "1.9.89",
"main": "src/index.js",
"author": {
"email": "josefrancisco.verdu@gmail.com",
Expand Down

0 comments on commit 7e571ce

Please sign in to comment.