Skip to content

Commit

Permalink
chore(release): v5.37.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Aug 30, 2023
1 parent b53b726 commit 9e8942a
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.37.0](https://github.com/microlinkhq/metascraper/compare/v5.36.0...v5.37.0) (2023-08-30)

### Features

* **logo:** support filter method ([#659](https://github.com/microlinkhq/metascraper/issues/659)) ([b53b726](https://github.com/microlinkhq/metascraper/commit/b53b726528049a069079346bca66c309d093a276))

# [5.36.0](https://github.com/microlinkhq/metascraper/compare/v5.35.2...v5.36.0) (2023-08-16)

### 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.36.0",
"version": "5.37.0",
"command": {
"bootstrap": {
"npmClientArgs": [
Expand Down
6 changes: 6 additions & 0 deletions packages/metascraper-audio/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.37.0](https://github.com/microlinkhq/metascraper/compare/v5.36.0...v5.37.0) (2023-08-30)

### Features

* **logo:** support filter method ([#659](https://github.com/microlinkhq/metascraper/issues/659)) ([b53b726](https://github.com/microlinkhq/metascraper/commit/b53b726528049a069079346bca66c309d093a276))

# [5.36.0](https://github.com/microlinkhq/metascraper/compare/v5.35.2...v5.36.0) (2023-08-16)

**Note:** Version bump only for package metascraper-audio
Expand Down
2 changes: 1 addition & 1 deletion packages/metascraper-audio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "metascraper-audio",
"description": "Get audio property from HTML markup",
"homepage": "https://nicedoc.io/microlinkhq/metascraper/packages/metascraper-audio",
"version": "5.36.0",
"version": "5.37.0",
"main": "index.js",
"author": {
"email": "hello@microlink.io",
Expand Down
6 changes: 6 additions & 0 deletions packages/metascraper-clearbit/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.37.0](https://github.com/microlinkhq/metascraper/compare/v5.36.0...v5.37.0) (2023-08-30)

### Features

* **logo:** support filter method ([#659](https://github.com/microlinkhq/metascraper/issues/659)) ([b53b726](https://github.com/microlinkhq/metascraper/commit/b53b726528049a069079346bca66c309d093a276))

# [5.36.0](https://github.com/microlinkhq/metascraper/compare/v5.35.2...v5.36.0) (2023-08-16)

**Note:** Version bump only for package metascraper-clearbit
Expand Down
2 changes: 1 addition & 1 deletion packages/metascraper-clearbit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "metascraper-clearbit",
"description": "Metascraper integration with Clearbit Logo API",
"homepage": "https://nicedoc.io/microlinkhq/metascraper/packages/metascraper-clearbit",
"version": "5.36.0",
"version": "5.37.0",
"main": "index.js",
"author": {
"email": "hello@microlink.io",
Expand Down
6 changes: 6 additions & 0 deletions packages/metascraper-logo/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.37.0](https://github.com/microlinkhq/metascraper/compare/v5.36.0...v5.37.0) (2023-08-30)

### Features

* **logo:** support filter method ([#659](https://github.com/microlinkhq/metascraper/issues/659)) ([b53b726](https://github.com/microlinkhq/metascraper/commit/b53b726528049a069079346bca66c309d093a276))

# [5.36.0](https://github.com/microlinkhq/metascraper/compare/v5.35.2...v5.36.0) (2023-08-16)

**Note:** Version bump only for package metascraper-logo
Expand Down
2 changes: 1 addition & 1 deletion packages/metascraper-logo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "metascraper-logo",
"description": "Get logo property from HTML markup",
"homepage": "https://nicedoc.io/microlinkhq/metascraper/packages/metascraper-logo",
"version": "5.36.0",
"version": "5.37.0",
"main": "index.js",
"author": {
"email": "hello@microlink.io",
Expand Down

0 comments on commit 9e8942a

Please sign in to comment.