Skip to content

Commit

Permalink
chore(release): v5.41.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Dec 7, 2023
1 parent c3b9b4f commit 2eb11ef
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.41.0](https://github.com/microlinkhq/metascraper/compare/v5.40.0...v5.41.0) (2023-12-07)

### Features

* better type definitions ([#673](https://github.com/microlinkhq/metascraper/issues/673)) ([c3b9b4f](https://github.com/microlinkhq/metascraper/commit/c3b9b4fd3aee3f8b802ee2b92579a8bcb806bfcc))

# [5.40.0](https://github.com/microlinkhq/metascraper/compare/v5.38.0...v5.40.0) (2023-12-06)

### 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.40.0",
"version": "5.41.0",
"command": {
"bootstrap": {
"npmClientArgs": [
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.41.0](https://github.com/microlinkhq/metascraper/compare/v5.40.0...v5.41.0) (2023-12-07)

### Features

* better type definitions ([#673](https://github.com/microlinkhq/metascraper/issues/673)) ([c3b9b4f](https://github.com/microlinkhq/metascraper/commit/c3b9b4fd3aee3f8b802ee2b92579a8bcb806bfcc))

# [5.40.0](https://github.com/microlinkhq/metascraper/compare/v5.38.0...v5.40.0) (2023-12-06)

### Features
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.40.0",
"version": "5.41.0",
"main": "src/index.js",
"types": "src/index.d.ts",
"repository": {
Expand Down

0 comments on commit 2eb11ef

Please sign in to comment.