diff --git a/CHANGELOG.md b/CHANGELOG.md index e561111..b6c6013 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [3.3.0](https://github.com/shaka-project/eme_logger/compare/v3.2.0...v3.3.0) (2023-01-10) + + +### 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) +* Remove all variables and most functions from global scope ([#61](https://github.com/shaka-project/eme_logger/issues/61)) ([3b8ed85](https://github.com/shaka-project/eme_logger/commit/3b8ed85f6ef31a857f074013985e9b2747143519)), closes [#44](https://github.com/shaka-project/eme_logger/issues/44) + ## [3.2.0](https://github.com/shaka-project/eme_logger/compare/v3.1.3...v3.2.0) (2022-02-03) diff --git a/manifest.json b/manifest.json index 6b0c904..4de9048 100644 --- a/manifest.json +++ b/manifest.json @@ -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": [ diff --git a/package-lock.json b/package-lock.json index 4ad5753..27d5a9e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { "name": "eme_logger", - "version": "3.2.0", + "version": "3.3.0", "lockfileVersion": 2, "requires": true, "packages": { "": { - "version": "3.2.0", + "version": "3.3.0", "dependencies": { "trace-anything": "^1.0.2" }, diff --git a/package.json b/package.json index 0ec8915..51cd9f2 100644 --- a/package.json +++ b/package.json @@ -15,5 +15,5 @@ "build": "npm ci && gulp", "test": "jasmine-browser-runner runSpecs" }, - "version": "3.2.0" + "version": "3.3.0" }