Skip to content

Commit ec3c958

Browse files
committed
Merge branch 'v1.3.0' into test-sources-catch
2 parents 94097eb + dfdeea4 commit ec3c958

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1717
## [1.3.0] - 2019-10-10
1818
- Add utility for testing catch functions of selector sources.
1919

20-
## [1.2.0] - 2019-10-03
20+
## [1.2.0] - 2019-10-14
2121
### Added
2222
- Accept options object in Origin constructor as last argument.
2323
- Assign to the `_id` private property the value received in new option "uuid", when received.

docs/sources/api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
* size `sources.size` - Getter returning current size of mercury sources created.
66
* elements `sources.elements` - Getter returning an `<Array>` containing all mercury sources created.
7-
* getBytag `sources.getByTags(tag)`
7+
* getBytag `sources.getByTag(tag)`
88
* Alias - `getByTag`
99
* Arguments
1010
* tag - `<String>` Tag to filter sources by.

0 commit comments

Comments
 (0)