diff --git a/CHANGELOG.md b/CHANGELOG.md index b6c6013..0f92536 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.4.0](https://github.com/shaka-project/eme_logger/compare/v3.3.0...v3.4.0) (2023-04-11) + + +### Features + +* Add a toggle between hex and base64 ([#62](https://github.com/shaka-project/eme_logger/issues/62)) ([7fa1a98](https://github.com/shaka-project/eme_logger/commit/7fa1a98bf2fff51f6bb87593bb173b5f87badf68)) + ## [3.3.0](https://github.com/shaka-project/eme_logger/compare/v3.2.0...v3.3.0) (2023-01-10) diff --git a/manifest.json b/manifest.json index 4de9048..58fa07b 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "EME Call and Event Logger", "short_name": "EME Logger", - "version": "3.3.0", + "version": "3.4.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 27d5a9e..dd8a267 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { "name": "eme_logger", - "version": "3.3.0", + "version": "3.4.0", "lockfileVersion": 2, "requires": true, "packages": { "": { - "version": "3.3.0", + "version": "3.4.0", "dependencies": { "trace-anything": "^1.0.2" }, diff --git a/package.json b/package.json index 51cd9f2..a4cad55 100644 --- a/package.json +++ b/package.json @@ -15,5 +15,5 @@ "build": "npm ci && gulp", "test": "jasmine-browser-runner runSpecs" }, - "version": "3.3.0" + "version": "3.4.0" }