Skip to content

Commit

Permalink
2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dconnolly committed Nov 15, 2016
1 parent 89859f0 commit 64d4832
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ _(none)_

--------------------

## 2.0.0 (2016-11-15)
* Use webcrypto for aes-cbc segment decryption when supported (#4)
* Lock the linter to a specific version

## 1.0.3 (2016-06-16)
* dont do browserify-shim globally since we only use it in tests (#1)

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aes-decrypter",
"version": "1.0.3",
"version": "2.0.0",
"description": "decrypt aes-128 content using a key",
"main": "es5/index.js",
"contributors": [
Expand Down Expand Up @@ -103,6 +103,6 @@
"rimraf": "^2.5.1",
"sinon": "~1.14.0",
"uglify-js": "^2.6.1",
"videojs-standard": "4.0.2"
"videojs-standard": "4.0.3"
}
}

0 comments on commit 64d4832

Please sign in to comment.