Skip to content

Commit

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

## [5.46.3](https://github.com/microlinkhq/metascraper/compare/v5.46.2...v5.46.3) (2025-01-19)

### Bug Fixes

* **metrascraper:** add pkgName type ([8b8b9d0](https://github.com/microlinkhq/metascraper/commit/8b8b9d06c8c053a844e764ed6ab5c90ab49da0ee))

### Performance Improvements

* **readability:** add document-write benchmark ([18fdbdd](https://github.com/microlinkhq/metascraper/commit/18fdbddfbd0757ef6c8018b3764e9328c5512dab))

## [5.46.2](https://github.com/microlinkhq/metascraper/compare/v5.46.1...v5.46.2) (2025-01-16)

**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.46.2",
"version": "5.46.3",
"command": {
"bootstrap": {
"npmClientArgs": [
Expand Down
6 changes: 6 additions & 0 deletions packages/metascraper-readability/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.46.3](https://github.com/microlinkhq/metascraper/compare/v5.46.2...v5.46.3) (2025-01-19)

### Performance Improvements

* **readability:** add document-write benchmark ([18fdbdd](https://github.com/microlinkhq/metascraper/commit/18fdbddfbd0757ef6c8018b3764e9328c5512dab))

## [5.46.2](https://github.com/microlinkhq/metascraper/compare/v5.46.1...v5.46.2) (2025-01-16)

**Note:** Version bump only for package metascraper-readability
Expand Down
2 changes: 1 addition & 1 deletion packages/metascraper-readability/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "metascraper-readability",
"description": "A Readability connector for metascraper",
"homepage": "https://github.com/microlinkhq/metascraper/packages/metascraper-readability",
"version": "5.46.2",
"version": "5.46.3",
"types": "src/index.d.ts",
"main": "src/index.js",
"author": {
Expand Down
6 changes: 6 additions & 0 deletions packages/metascraper/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.46.3](https://github.com/microlinkhq/metascraper/compare/v5.46.2...v5.46.3) (2025-01-19)

### Bug Fixes

* **metrascraper:** add pkgName type ([8b8b9d0](https://github.com/microlinkhq/metascraper/commit/8b8b9d06c8c053a844e764ed6ab5c90ab49da0ee))

## [5.46.1](https://github.com/microlinkhq/metascraper/compare/v5.46.0...v5.46.1) (2025-01-13)

**Note:** Version bump only for package metascraper
Expand Down
2 changes: 1 addition & 1 deletion packages/metascraper/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "metascraper",
"description": "A library to easily scrape metadata from an article on the web using Open Graph, JSON+LD, regular HTML metadata, and series of fallbacks.",
"homepage": "https://metascraper.js.org",
"version": "5.46.1",
"version": "5.46.3",
"types": "src/index.d.ts",
"main": "src/index.js",
"repository": {
Expand Down

0 comments on commit b7e00b7

Please sign in to comment.