Skip to content

Commit 044dc24

Browse files
chore(main): release 3.3.0 (#49)
🤖 I have created a release *beep* *boop* --- ## [3.3.0](v3.2.0...v3.3.0) (2023-01-10) ### Features * EME Logger Manifest V3 Migration ([#51](#51)) ([c860eba](c860eba)) ### Bug Fixes * Display keystatuseschange.expiration as a Date ([#48](#48)) ([d5d15f6](d5d15f6)), closes [#42](#42) * Remove all variables and most functions from global scope ([#61](#61)) ([3b8ed85](3b8ed85)), closes [#44](#44) --- 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>
1 parent 3b8ed85 commit 044dc24

File tree

4 files changed

+17
-4
lines changed

4 files changed

+17
-4
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [3.3.0](https://github.com/shaka-project/eme_logger/compare/v3.2.0...v3.3.0) (2023-01-10)
4+
5+
6+
### Features
7+
8+
* 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))
9+
10+
11+
### Bug Fixes
12+
13+
* 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)
14+
* 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)
15+
316
## [3.2.0](https://github.com/shaka-project/eme_logger/compare/v3.1.3...v3.2.0) (2022-02-03)
417

518

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "EME Call and Event Logger",
33
"short_name": "EME Logger",
4-
"version": "3.2.0",
4+
"version": "3.3.0",
55
"manifest_version": 3,
66
"description": "Logs all Encrypted Media Extensions (EME) method calls and events.",
77
"content_scripts": [

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@
1515
"build": "npm ci && gulp",
1616
"test": "jasmine-browser-runner runSpecs"
1717
},
18-
"version": "3.2.0"
18+
"version": "3.3.0"
1919
}

0 commit comments

Comments
 (0)