chore(release): 2.3.0 [skip ci]

# [2.3.0](https://github.com/revanced/revanced-patcher/compare/v2.2.2...v2.3.0) (2022-07-05)

### Features

* nullability for `BytecodePatch` constructor ([#59](https://github.com/revanced/revanced-patcher/issues/59)) ([4ea030d](4ea030d0a0))
This commit is contained in:
semantic-release-bot 2022-07-05 14:48:22 +00:00
parent 4ea030d0a0
commit 89a27dfbe6
2 changed files with 8 additions and 1 deletions

View file

@ -1,3 +1,10 @@
# [2.3.0](https://github.com/revanced/revanced-patcher/compare/v2.2.2...v2.3.0) (2022-07-05)
### Features
* nullability for `BytecodePatch` constructor ([#59](https://github.com/revanced/revanced-patcher/issues/59)) ([4ea030d](https://github.com/revanced/revanced-patcher/commit/4ea030d0a03f736bbecbd491317ba2167b18fe94))
## [2.2.2](https://github.com/revanced/revanced-patcher/compare/v2.2.1...v2.2.2) (2022-07-04)

View file

@ -1,2 +1,2 @@
kotlin.code.style = official
version = 2.2.2
version = 2.3.0