Skip to content

Commit

Permalink
Bumped version number to 12.0.2
Browse files Browse the repository at this point in the history
Incorporates recent community additions
* Added SRI to CDN link, bumped to 12.0.1 (#355)
* Update esm.js (#354)
  • Loading branch information
bhaggs committed May 29, 2019
1 parent d47248d commit ffcfe7e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ The folks over at [MaxCDN](https://www.maxcdn.com) have graciously provided CDN

Use the following in the `<head>` tag of your HTML document(s):
```html
<script src="https://twemoji.maxcdn.com/2/twemoji.min.js?12.0.1" integrity="sha384-UM2aSky5TK+LGnb3eZ/K+LVxUWpoO1zhIRURk37uiM39vD0oshUZyKZEh3Rd/Gyl" crossorigin="anonymous"></script>
<script src="https://twemoji.maxcdn.com/2/twemoji.min.js?12.0.2" integrity="sha384-UM2aSky5TK+LGnb3eZ/K+LVxUWpoO1zhIRURk37uiM39vD0oshUZyKZEh3Rd/Gyl" crossorigin="anonymous"></script>
```

## Breaking changes in V2
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "12.0.1",
"version": "12.0.2",
"name": "twemoji",
"license": [
"MIT",
Expand Down

0 comments on commit ffcfe7e

Please sign in to comment.