Skip to content

Commit

Permalink
chore(release): v5.42.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Dec 19, 2023
1 parent 0977767 commit 2c5b5ab
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.42.3](https://github.com/microlinkhq/metascraper/compare/v5.42.2...v5.42.3) (2023-12-19)

### Bug Fixes

* types ([0977767](https://github.com/microlinkhq/metascraper/commit/09777671126255c27027701991e1762a6e1fc2ca))

## [5.42.2](https://github.com/microlinkhq/metascraper/compare/v5.42.1...v5.42.2) (2023-12-19)

### Bug Fixes
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": "5.42.2",
"version": "5.42.3",
"command": {
"bootstrap": {
"npmClientArgs": [
Expand Down
6 changes: 6 additions & 0 deletions packages/metascraper-date/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.42.3](https://github.com/microlinkhq/metascraper/compare/v5.42.2...v5.42.3) (2023-12-19)

### Bug Fixes

* types ([0977767](https://github.com/microlinkhq/metascraper/commit/09777671126255c27027701991e1762a6e1fc2ca))

## [5.42.2](https://github.com/microlinkhq/metascraper/compare/v5.42.1...v5.42.2) (2023-12-19)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/metascraper-date/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "metascraper-date",
"description": "Get date property from HTML markup",
"homepage": "https://nicedoc.io/microlinkhq/metascraper/packages/metascraper-date",
"version": "5.42.2",
"version": "5.42.3",
"main": "src/index.js",
"types": "src/index.d.ts",
"author": {
Expand Down
6 changes: 6 additions & 0 deletions packages/metascraper-url/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.42.3](https://nicedoc.io/microlinkhq/metascraper/packages/metascraper-url/compare/v5.42.2...v5.42.3) (2023-12-19)

### Bug Fixes

* types ([0977767](https://nicedoc.io/microlinkhq/metascraper/packages/metascraper-url/commits/09777671126255c27027701991e1762a6e1fc2ca))

# [5.40.0](https://nicedoc.io/microlinkhq/metascraper/packages/metascraper-url/compare/v5.38.0...v5.40.0) (2023-12-06)

**Note:** Version bump only for package metascraper-url
Expand Down
2 changes: 1 addition & 1 deletion packages/metascraper-url/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "metascraper-url",
"description": "Get url property from HTML markup",
"homepage": "https://metascraper.js.org",
"version": "5.40.0",
"version": "5.42.3",
"main": "src/index.js",
"types": "src/index.d.ts",
"author": {
Expand Down

0 comments on commit 2c5b5ab

Please sign in to comment.