Skip to content

Commit

Permalink
chore(release): v5.33.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Jan 1, 2023
1 parent a8dafe7 commit 31320c0
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.33.1](https://github.com/microlinkhq/metascraper/compare/v5.33.0...v5.33.1) (2023-01-01)

### Bug Fixes

* **twitter:** check value exists ([#609](https://github.com/microlinkhq/metascraper/issues/609)) ([a8dafe7](https://github.com/microlinkhq/metascraper/commit/a8dafe79fd55c182501e4b0fe417f28d625e616b))

# [5.33.0](https://github.com/microlinkhq/metascraper/compare/v5.32.4...v5.33.0) (2023-01-01)

### 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.33.0",
"version": "5.33.1",
"command": {
"bootstrap": {
"npmClientArgs": [
Expand Down
6 changes: 6 additions & 0 deletions packages/metascraper-twitter/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.33.1](https://github.com/microlinkhq/metascraper/compare/v5.33.0...v5.33.1) (2023-01-01)

### Bug Fixes

* **twitter:** check value exists ([#609](https://github.com/microlinkhq/metascraper/issues/609)) ([a8dafe7](https://github.com/microlinkhq/metascraper/commit/a8dafe79fd55c182501e4b0fe417f28d625e616b))

# [5.33.0](https://github.com/microlinkhq/metascraper/compare/v5.32.4...v5.33.0) (2023-01-01)

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/metascraper-twitter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "metascraper-twitter",
"description": "Metascraper integration with Twitter",
"homepage": "https://nicedoc.io/microlinkhq/metascraper/packages/metascraper-twitter",
"version": "5.33.0",
"version": "5.33.1",
"main": "index.js",
"author": {
"email": "[email protected]",
Expand Down

0 comments on commit 31320c0

Please sign in to comment.