Skip to content

Commit

Permalink
chore(release): v5.34.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Mar 11, 2023
1 parent cf02f37 commit 28a9f7b
Show file tree
Hide file tree
Showing 8 changed files with 28 additions and 4 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.34.0](https://github.com/microlinkhq/metascraper/compare/v5.33.9...v5.34.0) (2023-03-11)

### Features

* **date:** add `datePublished` and `datemodified` support ([#374](https://github.com/microlinkhq/metascraper/issues/374)) ([d219b58](https://github.com/microlinkhq/metascraper/commit/d219b58015551cf5a051942e410fb840a189738d))

## [5.33.9](https://github.com/microlinkhq/metascraper/compare/v5.33.8...v5.33.9) (2023-03-09)

### 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.33.9",
"version": "5.34.0",
"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.34.0](https://github.com/microlinkhq/metascraper/compare/v5.33.9...v5.34.0) (2023-03-11)

### Features

* **date:** add `datePublished` and `datemodified` support ([#374](https://github.com/microlinkhq/metascraper/issues/374)) ([d219b58](https://github.com/microlinkhq/metascraper/commit/d219b58015551cf5a051942e410fb840a189738d))

## [5.33.7](https://github.com/microlinkhq/metascraper/compare/v5.33.6...v5.33.7) (2023-01-30)

**Note:** Version bump only for package metascraper-date
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.33.7",
"version": "5.34.0",
"main": "index.js",
"author": {
"email": "hello@microlink.io",
Expand Down
6 changes: 6 additions & 0 deletions packages/metascraper-youtube/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.34.0](https://github.com/microlinkhq/metascraper/compare/v5.33.9...v5.34.0) (2023-03-11)

### Features

* **date:** add `datePublished` and `datemodified` support ([#374](https://github.com/microlinkhq/metascraper/issues/374)) ([d219b58](https://github.com/microlinkhq/metascraper/commit/d219b58015551cf5a051942e410fb840a189738d))

## [5.33.7](https://github.com/microlinkhq/metascraper/compare/v5.33.6...v5.33.7) (2023-01-30)

**Note:** Version bump only for package metascraper-youtube
Expand Down
2 changes: 1 addition & 1 deletion packages/metascraper-youtube/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "metascraper-youtube",
"description": "Metascraper integration with YouTube",
"homepage": "https://nicedoc.io/microlinkhq/metascraper/packages/metascraper-youtube",
"version": "5.33.7",
"version": "5.34.0",
"main": "index.js",
"author": {
"email": "hello@microlink.io",
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.34.0](https://github.com/microlinkhq/metascraper/compare/v5.33.9...v5.34.0) (2023-03-11)

### Features

* **date:** add `datePublished` and `datemodified` support ([#374](https://github.com/microlinkhq/metascraper/issues/374)) ([d219b58](https://github.com/microlinkhq/metascraper/commit/d219b58015551cf5a051942e410fb840a189738d))

## [5.33.9](https://github.com/microlinkhq/metascraper/compare/v5.33.8...v5.33.9) (2023-03-09)

**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.33.9",
"version": "5.34.0",
"main": "src/index.js",
"repository": {
"type": "git",
Expand Down

0 comments on commit 28a9f7b

Please sign in to comment.