Skip to content

Commit e90bb13

Browse files
committed
v4.5.6
1 parent 14db749 commit e90bb13

File tree

4 files changed

+26
-2
lines changed

4 files changed

+26
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
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.5.6](https://github.com/microlinkhq/metascraper/compare/v4.5.5...v4.5.6) (2018-10-23)
7+
8+
9+
### Bug Fixes
10+
11+
* add proxy support at youtube-dl ([c2c0fea](https://github.com/microlinkhq/metascraper/commit/c2c0fea))
12+
* iterate over new formats detected ([14db749](https://github.com/microlinkhq/metascraper/commit/14db749))
13+
14+
15+
16+
17+
618
## [4.5.5](https://github.com/microlinkhq/metascraper/compare/v4.5.5-alpha.0...v4.5.5) (2018-10-21)
719

820
**Note:** Version bump only for package metascraper

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.5"
6+
"version": "4.5.6"
77
}

packages/metascraper-media-provider/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
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.5.6](https://github.com/microlinkhq/metascraper/tree/master/packages/compare/v4.5.5...v4.5.6) (2018-10-23)
7+
8+
9+
### Bug Fixes
10+
11+
* add proxy support at youtube-dl ([c2c0fea](https://github.com/microlinkhq/metascraper/tree/master/packages/commit/c2c0fea))
12+
* iterate over new formats detected ([14db749](https://github.com/microlinkhq/metascraper/tree/master/packages/commit/14db749))
13+
14+
15+
16+
17+
618
## [4.5.5](https://github.com/microlinkhq/metascraper/tree/master/packages/compare/v4.5.5-alpha.0...v4.5.5) (2018-10-21)
719

820
**Note:** Version bump only for package metascraper-media-provider

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.5",
5+
"version": "4.5.6",
66
"main": "src/index",
77
"repository": {
88
"type": "git",

0 commit comments

Comments
 (0)