Skip to content

Commit

Permalink
Release v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
joeyparrish committed Nov 22, 2019
1 parent 1550cf4 commit e21c436
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
## 1.0.1 (2019-11-22)

Bugfixes:
- Fix RequireJS support
- Workaround babel translation bug that resulted in undefined return value
- Fix errors in Closure Compiler with strictest settings

Features:
- Added a demo / manual testing page
- https://google.github.io/eme-encryption-scheme-polyfill/demo/

## 1.0.0 (2019-11-18)

First public release.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "eme-encryption-scheme-polyfill",
"description": "A polyfill for the encryptionScheme field in EME",
"version": "1.0.0",
"version": "1.0.1",
"license": "Apache-2.0",
"author": "Google",
"homepage": "https://github.com/google/eme-encryption-scheme-polyfill#readme",
Expand Down Expand Up @@ -30,7 +30,7 @@
"eslint": "^6.6.0",
"eslint-config-google": "^0.14.0",
"eslint-plugin-jsdoc": "^18.0.1",
"google-closure-compiler": "^20191111.0.0",
"google-closure-compiler": "latest",
"stripify": "^6.0.0",
"tinyify": "^2.5.2"
},
Expand Down

0 comments on commit e21c436

Please sign in to comment.