Skip to content

Commit 92fd6a9

Browse files
committed
Release v4.1.0
1 parent c01f7be commit 92fd6a9

6 files changed

Lines changed: 16 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
<a name="4.1.0"></a>
2+
# [4.1.0](https://github.com/ritz078/embed.js/compare/v4.0.4...v4.1.0) (2016-06-12)
3+
4+
5+
### Features
6+
7+
* **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)
8+
* **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)
9+
10+
11+
112
<a name="4.0.4"></a>
213
## [4.0.4](https://github.com/ritz078/embed.js/compare/v4.0.3...v4.0.4) (2016-04-27)
314

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.0.4",
3+
"version": "4.1.0",
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.0.4",
3+
"version": "4.1.0",
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)