Skip to content

Commit bfbb3fe

Browse files
author
Travis CI
committed
chore(release): 1.1.0
1 parent 3706ce5 commit bfbb3fe

File tree

2 files changed

+12
-9
lines changed

2 files changed

+12
-9
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
<a name="1.1.0"></a>
6+
# [1.1.0](https://github.com/Kikobeats/unavatar/compare/v1.0.4...v1.1.0) (2018-11-07)
7+
8+
9+
### Features
10+
11+
* add youtube support ([3706ce5](https://github.com/Kikobeats/unavatar/commit/3706ce5)), closes [#13](https://github.com/Kikobeats/unavatar/issues/13)
12+
13+
14+
515
<a name="1.0.4"></a>
616
## [1.0.4](https://github.com/Kikobeats/unavatar/compare/v1.0.3...v1.0.4) (2018-11-05)
717

package.json

+2-9
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,15 @@
22
"name": "unavatar",
33
"description": "Get unified user avatar.",
44
"homepage": "https://unavatar.now.sh",
5-
"version": "1.0.4",
5+
"version": "1.1.0",
66
"main": "src/index.js",
77
"author": {
88
"email": "[email protected]",
99
"name": "Kiko Beats",
1010
"url": "https://kikobeats.com"
1111
},
1212
"contributors": [
13-
{
14-
"name": "Travis CI",
15-
"email": "[email protected]"
16-
},
17-
{
18-
"name": "Angel M De Miguel",
19-
"email": "[email protected]"
20-
}
13+
"Angel M De Miguel <[email protected]>"
2114
],
2215
"repository": {
2316
"type": "git",

0 commit comments

Comments
 (0)