Skip to content

Commit

Permalink
chore(release): v5.42.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Dec 18, 2023
1 parent c5c40bd commit 9235196
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 2 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.1](https://github.com/microlinkhq/metascraper/compare/v5.42.0...v5.42.1) (2023-12-18)

### Bug Fixes

* **media-provider:** serialize error to be printed ([c5c40bd](https://github.com/microlinkhq/metascraper/commit/c5c40bd88c0fff2ec3125891cf730dba9845276e))

# [5.42.0](https://github.com/microlinkhq/metascraper/compare/v5.41.0...v5.42.0) (2023-12-18)

### Features
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.0",
"version": "5.42.1",
"command": {
"bootstrap": {
"npmClientArgs": [
Expand Down
6 changes: 6 additions & 0 deletions packages/metascraper-media-provider/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.1](https://github.com/microlinkhq/metascraper/compare/v5.42.0...v5.42.1) (2023-12-18)

### Bug Fixes

* **media-provider:** serialize error to be printed ([c5c40bd](https://github.com/microlinkhq/metascraper/commit/c5c40bd88c0fff2ec3125891cf730dba9845276e))

# [5.42.0](https://github.com/microlinkhq/metascraper/compare/v5.41.0...v5.42.0) (2023-12-18)

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/metascraper-media-provider/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "metascraper-media-provider",
"description": "Get video property from HTML markup",
"homepage": "https://nicedoc.io/microlinkhq/metascraper/packages/metascraper-media-provider",
"version": "5.42.0",
"version": "5.42.1",
"main": "src/index.js",
"types": "src/index.d.ts",
"author": {
Expand Down

0 comments on commit 9235196

Please sign in to comment.