Skip to content

Commit

Permalink
release 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tivie committed Nov 29, 2016
1 parent 682e944 commit de28f4f
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 12 deletions.
19 changes: 14 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,26 @@
<a name"1.2.0"></a>
<a name="1.2.1"></a>
## [1.2.1](https://github.com/showdownjs/youtbe-extension/compare/1.2.0...v1.2.1) (2016-11-29)

#### Features
* **defaultSizes:** allows a user to override the default height or width by passing in youtubeHeight or youtubeWidth
into showdown settings ([26b220a](https://github.com/showdownjs/youtube-extension/commit/26b220a663a5bd480141304976f42eba215da75a))


<a name="1.2.0"></a>
## 1.2.0 (2016-11-23)

#### Fix
* **output:** force HTTPS protocol in output
* **output:** force HTTPS protocol in output ([fa1d360](https://github.com/showdownjs/youtube-extension/commit/fa1d3608449a876f1e475e054c2c84fc070946b6))


<a name"1.1.0"></a>
<a name="1.1.0"></a>
## 1.1.0 (2016-06-21)

#### Features
* **vimeo:** Add vimeo support
* **vimeo:** Add vimeo support ([07d02e6](https://github.com/showdownjs/youtube-extension/commit/07d02e6db4f7ee5be6c88cffb9a0fb31d5ce9d8f))


<a name"1.0.0"></a>
<a name="1.0.0"></a>
## 1.0.0 (2015-07-21)

#### Release information
Expand Down
6 changes: 2 additions & 4 deletions dist/showdown-youtube.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/showdown-youtube.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/showdown-youtube.min.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "showdown-youtube",
"version": "1.2.0",
"version": "1.2.1",
"description": "Embed YouTube videos within showdown",
"keywords": [
"markdown",
Expand Down

0 comments on commit de28f4f

Please sign in to comment.