Skip to content

Commit

Permalink
chore(main): release 3.3.0 (#49)
Browse files Browse the repository at this point in the history
🤖 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>
  • Loading branch information
github-actions[bot] committed Mar 30, 2023
1 parent 3b8ed85 commit 044dc24
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 4 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


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 044dc24

Please sign in to comment.