Skip to content

Commit

Permalink
chore(release): v5.43.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Jan 30, 2024
1 parent a5f4e42 commit f7d6540
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.43.5](https://github.com/microlinkhq/metascraper/compare/v5.43.4...v5.43.5) (2024-01-30)

### Bug Fixes

* **media-provider:** remove debug log ([a5f4e42](https://github.com/microlinkhq/metascraper/commit/a5f4e42c6ff611fc87571c639846ff60d0198530))

## [5.43.4](https://github.com/microlinkhq/metascraper/compare/v5.43.3...v5.43.4) (2024-01-23)

**Note:** Version bump only for package metascraper
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.43.4",
"version": "5.43.5",
"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.43.5](https://github.com/microlinkhq/metascraper/compare/v5.43.4...v5.43.5) (2024-01-30)

### Bug Fixes

* **media-provider:** remove debug log ([a5f4e42](https://github.com/microlinkhq/metascraper/commit/a5f4e42c6ff611fc87571c639846ff60d0198530))

## [5.43.4](https://github.com/microlinkhq/metascraper/compare/v5.43.3...v5.43.4) (2024-01-23)

**Note:** Version bump only for package metascraper-media-provider
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://github.com/microlinkhq/metascraper/packages/metascraper-media-provider",
"version": "5.43.4",
"version": "5.43.5",
"types": "src/index.d.ts",
"main": "src/index.js",
"author": {
Expand Down

0 comments on commit f7d6540

Please sign in to comment.