Skip to content

Commit

Permalink
chore: Release 1.2.0-dev.1 [skip ci]
Browse files Browse the repository at this point in the history
# [1.2.0-dev.1](v1.1.2...v1.2.0-dev.1) (2024-10-19)

### Bug Fixes

* **badges:** check if user is null ([a0c2ca7](a0c2ca7))
* Fix old settings menu and make some improvements to it ([vendetta-mod#90](https://github.com/revenge-mod/revenge-bundle/issues/90)) ([e240509](e240509))
* load core plugins ([ed52f33](ed52f33))
* remove debug traces ([863466e](863466e))
* remove parent from emitter callback ([fe937a4](fe937a4))
* **types:** fix typescript [skip ci] ([61f9b65](61f9b65))

### Features

* **coreplugins:** add badges ([e3df56d](e3df56d))
* **metro:** expose common components & custom jsx runtime ([019fdc2](019fdc2))
* Rebrand to Revenge ([#51](#51)) ([0a61404](0a61404))
* **storage:** port storage api from dev ([122c3a1](122c3a1))
* **ui:** ponyfill AlertModal's `extraContent` prop for older versions ([ad65247](ad65247)), closes [vendetta-mod#91](https://github.com/revenge-mod/revenge-bundle/issues/91)
* **ui:** simplify some components ([4d88183](4d88183))
* **ui:** simplify unproxied notice ([1d4dfd3](1d4dfd3))
  • Loading branch information
semantic-release-bot committed Oct 19, 2024
1 parent aaf10aa commit 77564dd
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# [1.2.0-dev.1](https://github.com/revenge-mod/revenge-bundle/compare/v1.1.2...v1.2.0-dev.1) (2024-10-19)


### Bug Fixes

* **badges:** check if user is null ([a0c2ca7](https://github.com/revenge-mod/revenge-bundle/commit/a0c2ca7837c4585ead0e630d4475c354671fb8fd))
* Fix old settings menu and make some improvements to it ([#90](https://github.com/revenge-mod/revenge-bundle/issues/90)) ([e240509](https://github.com/revenge-mod/revenge-bundle/commit/e2405093eea5268d0afe88ded8735db7b5dfef43))
* load core plugins ([ed52f33](https://github.com/revenge-mod/revenge-bundle/commit/ed52f332da8a189eb1141e1f2c17f50c50562d1a))
* remove debug traces ([863466e](https://github.com/revenge-mod/revenge-bundle/commit/863466e48a741ede369a7032554191eac81e0905))
* remove parent from emitter callback ([fe937a4](https://github.com/revenge-mod/revenge-bundle/commit/fe937a4ab5631a0bb23706794511598770015e09))
* **types:** fix typescript [skip ci] ([61f9b65](https://github.com/revenge-mod/revenge-bundle/commit/61f9b6510b18032e4e91b7b2c87315d8ce6dea85))


### Features

* **coreplugins:** add badges ([e3df56d](https://github.com/revenge-mod/revenge-bundle/commit/e3df56dc58c8c6078269ef800d6ad899ddfa52d3))
* **metro:** expose common components & custom jsx runtime ([019fdc2](https://github.com/revenge-mod/revenge-bundle/commit/019fdc28b345e8b6f07cb96562f5e26c112da4cf))
* Rebrand to Revenge ([#51](https://github.com/revenge-mod/revenge-bundle/issues/51)) ([0a61404](https://github.com/revenge-mod/revenge-bundle/commit/0a614041327fa1232331676c40a8cd60839276ba))
* **storage:** port storage api from dev ([122c3a1](https://github.com/revenge-mod/revenge-bundle/commit/122c3a11e9f173c9c2ad9cd20d18926220428e8b))
* **ui:** ponyfill AlertModal's `extraContent` prop for older versions ([ad65247](https://github.com/revenge-mod/revenge-bundle/commit/ad6524772b9dd98f36b640b8fba2d36e2d6a7f2b)), closes [#91](https://github.com/revenge-mod/revenge-bundle/issues/91)
* **ui:** simplify some components ([4d88183](https://github.com/revenge-mod/revenge-bundle/commit/4d881835a63a64602dc0edc0332ee0097d28a601))
* **ui:** simplify unproxied notice ([1d4dfd3](https://github.com/revenge-mod/revenge-bundle/commit/1d4dfd311f4818d961b8667811bce7ecc0989152))

0 comments on commit 77564dd

Please sign in to comment.