Skip to content

Commit 0ef7ad5

Browse files
committed
v4.6.0
1 parent 80d5ddf commit 0ef7ad5

File tree

4 files changed

+24
-2
lines changed

4 files changed

+24
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [4.6.0](https://github.com/microlinkhq/metascraper/compare/v4.5.6...v4.6.0) (2018-10-24)
7+
8+
9+
### Features
10+
11+
* get language from twitter payload ([#129](https://github.com/microlinkhq/metascraper/issues/129)) ([80d5ddf](https://github.com/microlinkhq/metascraper/commit/80d5ddf))
12+
13+
14+
15+
16+
617
## [4.5.6](https://github.com/microlinkhq/metascraper/compare/v4.5.5...v4.5.6) (2018-10-23)
718

819

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
"packages": [
44
"packages/*"
55
],
6-
"version": "4.5.6"
6+
"version": "4.6.0"
77
}

packages/metascraper-media-provider/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [4.6.0](https://github.com/microlinkhq/metascraper/tree/master/packages/compare/v4.5.6...v4.6.0) (2018-10-24)
7+
8+
9+
### Features
10+
11+
* get language from twitter payload ([#129](https://github.com/microlinkhq/metascraper/tree/master/packages/issues/129)) ([80d5ddf](https://github.com/microlinkhq/metascraper/tree/master/packages/commit/80d5ddf))
12+
13+
14+
15+
16+
617
## [4.5.6](https://github.com/microlinkhq/metascraper/tree/master/packages/compare/v4.5.5...v4.5.6) (2018-10-23)
718

819

packages/metascraper-media-provider/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "metascraper-media-provider",
33
"description": "Get video property from HTML markup",
44
"homepage": "https://metascraper.js.org",
5-
"version": "4.5.6",
5+
"version": "4.6.0",
66
"main": "src/index",
77
"repository": {
88
"type": "git",

0 commit comments

Comments
 (0)