Skip to content

Commit dc664c3

Browse files
committed
v4.6.1
1 parent dcf9e23 commit dc664c3

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.1](https://github.com/microlinkhq/metascraper/compare/v4.6.0...v4.6.1) (2018-10-28)
7+
8+
9+
### Bug Fixes
10+
11+
* use `onError` for capture error ([#130](https://github.com/microlinkhq/metascraper/issues/130)) ([dcf9e23](https://github.com/microlinkhq/metascraper/commit/dcf9e23))
12+
13+
14+
15+
16+
617
# [4.6.0](https://github.com/microlinkhq/metascraper/compare/v4.5.6...v4.6.0) (2018-10-24)
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.6.0"
6+
"version": "4.6.1"
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.1](https://github.com/microlinkhq/metascraper/tree/master/packages/compare/v4.6.0...v4.6.1) (2018-10-28)
7+
8+
9+
### Bug Fixes
10+
11+
* use `onError` for capture error ([#130](https://github.com/microlinkhq/metascraper/tree/master/packages/issues/130)) ([dcf9e23](https://github.com/microlinkhq/metascraper/tree/master/packages/commit/dcf9e23))
12+
13+
14+
15+
16+
617
# [4.6.0](https://github.com/microlinkhq/metascraper/tree/master/packages/compare/v4.5.6...v4.6.0) (2018-10-24)
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.6.0",
5+
"version": "4.6.1",
66
"main": "src/index",
77
"repository": {
88
"type": "git",

0 commit comments

Comments
 (0)