Skip to content

Commit dfdeea4

Browse files
committed
Merge with master
2 parents 3012c19 + f4aee87 commit dfdeea4

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1616

1717
## [1.3.0] - 2019-10-10
1818

19-
## [1.2.0] - 2019-10-10
19+
20+
## [1.2.0] - 2019-10-14
2021
### Added
2122
- Accept options object in Origin constructor as last argument.
2223
- 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)