Skip to content

Commit 798a60e

Browse files
chore(release): 1.1.0
1 parent ffaa37a commit 798a60e

File tree

4 files changed

+18
-3
lines changed

4 files changed

+18
-3
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
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/nodecg/sc-three-stage-video/compare/v1.0.1...v1.1.0) (2018-02-11)
7+
8+
9+
### Bug Fixes
10+
11+
* explicitly set "preload" attribute to "auto" ([f6b9589](https://github.com/nodecg/sc-three-stage-video/commit/f6b9589))
12+
13+
14+
### Features
15+
16+
* make "loop" video entirely optional ([ffaa37a](https://github.com/nodecg/sc-three-stage-video/commit/ffaa37a))
17+
18+
19+
520
<a name="1.0.1"></a>
621
## [1.0.1](https://github.com/nodecg/sc-three-stage-video/compare/v1.0.0...v1.0.1) (2017-10-10)
722

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sc-three-stage-video",
3-
"version": "1.0.1",
3+
"version": "1.1.0",
44
"homepage": "https://github.com/SupportClass/sc-three-stage-video",
55
"authors": [
66
"Alex Van Camp <email@alexvan.camp>"

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sc-three-stage-video",
3-
"version": "1.0.1",
3+
"version": "1.1.0",
44
"description": "A Polymer 2.x element for playing video assets with discrete enter, exit, and loop parts.",
55
"main": "sc-three-stage-video.html",
66
"repository": {

0 commit comments

Comments
 (0)