Skip to content

Commit a87ac80

Browse files
committed
Release v4.1.1
1 parent 766d3ae commit a87ac80

6 files changed

Lines changed: 16 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,20 @@
1+
<a name="4.1.1"></a>
2+
## [4.1.1](https://github.com/ritz078/embed.js/compare/v4.1.0...v4.1.1) (2016-06-13)
3+
4+
5+
### Bug Fixes
6+
7+
* **assets:** fixed relative path in of assets in dist ([a1d7b6c](https://github.com/ritz078/embed.js/commit/a1d7b6c))
8+
* **destroy:** now it works as expected ([766d3ae](https://github.com/ritz078/embed.js/commit/766d3ae))
9+
10+
11+
112
<a name="4.1.0"></a>
213
# [4.1.0](https://github.com/ritz078/embed.js/compare/v4.0.4...v4.1.0) (2016-06-12)
314

415

516
### Features
617

7-
* **plyr** added support for plyr.js ([d385ed2](https://github.com/ritz078/embed.js/commit/d385ed2)),
818
* **gmap:** added template to google map ([b80a6ca](https://github.com/ritz078/embed.js/commit/b80a6ca)), closes [#162](https://github.com/ritz078/embed.js/issues/162)
919
* **hashtag & mentions:** added support for hashtag & mentions ([a53da81](https://github.com/ritz078/embed.js/commit/a53da81)), closes [#161](https://github.com/ritz078/embed.js/issues/161)
1020

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "embed-js",
3-
"version": "4.1.0",
3+
"version": "4.1.1",
44
"description": "A JavaScript plugin that analyses the string and embeds emojis, media, tweets, code and services.",
55
"main": [
66
"./src/embed.css",

dist/embed.min.js

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": "embed-js",
3-
"version": "4.1.0",
3+
"version": "4.1.1",
44
"description": "A JavaScript plugin that analyses the string and embeds emojis, media, tweets, code and services.",
55
"keywords": [
66
"JavaScript-plugin",

src/embed.es2015.js

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

src/embed.js

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

0 commit comments

Comments
 (0)