Skip to content

Commit

Permalink
chore(main): release 3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 8, 2022
1 parent 21dfbbb commit c013e5d
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 4 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [3.3.0](https://github.com/shaka-project/eme_logger/compare/v3.2.0...v3.3.0) (2022-12-08)


### Features

* EME Logger Manifest V3 Migration ([#51](https://github.com/shaka-project/eme_logger/issues/51)) ([c860eba](https://github.com/shaka-project/eme_logger/commit/c860eba6328bc51518684e930d01b965ce489e3f))


### Bug Fixes

* Display keystatuseschange.expiration as a Date ([#48](https://github.com/shaka-project/eme_logger/issues/48)) ([d5d15f6](https://github.com/shaka-project/eme_logger/commit/d5d15f621aac0d84466c8d44ff02fb806db40ca5)), closes [#42](https://github.com/shaka-project/eme_logger/issues/42)

## [3.2.0](https://github.com/shaka-project/eme_logger/compare/v3.1.3...v3.2.0) (2022-02-03)


Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "EME Call and Event Logger",
"short_name": "EME Logger",
"version": "3.2.0",
"version": "3.3.0",
"manifest_version": 3,
"description": "Logs all Encrypted Media Extensions (EME) method calls and events.",
"content_scripts": [
Expand Down
4 changes: 2 additions & 2 deletions 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
Expand Up @@ -15,5 +15,5 @@
"build": "npm ci && gulp",
"test": "jasmine-browser-runner runSpecs"
},
"version": "3.2.0"
"version": "3.3.0"
}

0 comments on commit c013e5d

Please sign in to comment.