Skip to content

Commit

Permalink
chore(release): v5.31.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Sep 18, 2022
1 parent 638f073 commit 33e4e42
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 3 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.31.0](https://github.com/microlinkhq/metascraper/compare/v5.30.4...v5.31.0) (2022-09-18)

### Features

* **metascraper-feed:** create new feed plugin ([#586](https://github.com/microlinkhq/metascraper/issues/586)) ([232a71f](https://github.com/microlinkhq/metascraper/commit/232a71f66e576416390e5ee7b528e19a79c82fe2))

## [5.30.4](https://github.com/microlinkhq/metascraper/compare/v5.30.3...v5.30.4) (2022-09-02)

**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.30.4",
"version": "5.31.0",
"command": {
"bootstrap": {
"npmClientArgs": [
Expand Down
6 changes: 6 additions & 0 deletions packages/metascraper-feed/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,9 @@

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [5.31.0](https://github.com/microlinkhq/metascraper/compare/v5.30.4...v5.31.0) (2022-09-18)

### Features

* **metascraper-feed:** create new feed plugin ([#586](https://github.com/microlinkhq/metascraper/issues/586)) ([232a71f](https://github.com/microlinkhq/metascraper/commit/232a71f66e576416390e5ee7b528e19a79c82fe2))
2 changes: 1 addition & 1 deletion packages/metascraper-feed/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "metascraper-feed",
"description": "Get RSS/Atom feed URL from HTML markup",
"homepage": "https://nicedoc.io/microlinkhq/metascraper/packages/metascraper-description",
"version": "0.0.1",
"version": "5.31.0",
"main": "index.js",
"author": {
"email": "[email protected]",
Expand Down
4 changes: 4 additions & 0 deletions packages/metascraper-telegram/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [5.31.0](https://github.com/microlinkhq/metascraper/compare/v5.30.4...v5.31.0) (2022-09-18)

**Note:** Version bump only for package metascraper-telegram

## [5.30.4](https://github.com/microlinkhq/metascraper/compare/v5.30.3...v5.30.4) (2022-09-02)

**Note:** Version bump only for package metascraper-telegram
Expand Down
2 changes: 1 addition & 1 deletion packages/metascraper-telegram/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "metascraper-telegram",
"description": "Metascraper integration with Telegram",
"homepage": "https://nicedoc.io/microlinkhq/metascraper/packages/metascraper-telegram",
"version": "5.30.4",
"version": "5.31.0",
"main": "index.js",
"author": {
"email": "[email protected]",
Expand Down

0 comments on commit 33e4e42

Please sign in to comment.