From 567286bce495c2536121fdfb1f9713fb6f987512 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 11 Apr 2023 10:24:20 -0700 Subject: [PATCH] chore(main): release 3.4.0 (#63) :robot: I have created a release *beep* *boop* --- ## [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)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 7 +++++++ manifest.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) 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" }