Skip to content

Commit

Permalink
chore(main): release 2.2.2 (#733)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jun 29, 2024
1 parent a3dc36c commit 8e61d1a
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [2.2.2](https://github.com/nodecg/nodecg/compare/v2.2.1...v2.2.2) (2024-06-29)


### Bug Fixes

* **dashboard:** iframe lazy loading ([#729](https://github.com/nodecg/nodecg/issues/729)) ([a3dc36c](https://github.com/nodecg/nodecg/commit/a3dc36cec573ced0c82f25e6159a6067bf8ff1a4))
* ensure assignable sounds are set correctly ([#736](https://github.com/nodecg/nodecg/issues/736)) ([42d41a6](https://github.com/nodecg/nodecg/commit/42d41a6355c23dd2eea035c8594ed90eec20aae9))
* ensure sounds work on dashboard panels ([#735](https://github.com/nodecg/nodecg/issues/735)) ([f9d346b](https://github.com/nodecg/nodecg/commit/f9d346b3c506d8a0b805c330e050c727c2c13b34))
* **types:** target ES2015 in generated typings ([#732](https://github.com/nodecg/nodecg/issues/732)) ([fa977b3](https://github.com/nodecg/nodecg/commit/fa977b387e56a49375afb159e356ee64af61f0f9))

## [2.2.1](https://github.com/nodecg/nodecg/compare/v2.2.0...v2.2.1) (2024-01-14)


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 @@ -2,7 +2,7 @@
"name": "nodecg",
"description": "Dynamic broadcast graphics rendered in a browser",
"main": "index.js",
"version": "2.2.1",
"version": "2.2.2",
"repository": {
"type": "git",
"url": "https://github.com/nodecg/nodecg.git"
Expand Down

0 comments on commit 8e61d1a

Please sign in to comment.