Skip to content

Commit

Permalink
4.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mister-ben committed Aug 22, 2024
1 parent d450547 commit 6cc6854
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
<a name="4.0.2"></a>
## [4.0.2](https://github.com/videojs/aes-decrypter/compare/v4.0.0...v4.0.2) (2024-08-22)

### Chores

* do not run es-check on publish ([#87](https://github.com/videojs/aes-decrypter/issues/87)) ([6f0cbd9](https://github.com/videojs/aes-decrypter/commit/6f0cbd9))
* update vhs-utils dependency ([#88](https://github.com/videojs/aes-decrypter/issues/88)) ([d450547](https://github.com/videojs/aes-decrypter/commit/d450547))

<a name="4.0.0"></a>
# [4.0.0](https://github.com/videojs/aes-decrypter/compare/v3.1.3...v4.0.0) (2022-08-18)

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aes-decrypter",
"version": "4.0.0",
"version": "4.0.2",
"description": "decrypt aes-128 content using a key",
"main": "dist/aes-decrypter.cjs.js",
"module": "dist/aes-decrypter.es.js",
Expand Down

0 comments on commit 6cc6854

Please sign in to comment.