Skip to content

Commit

Permalink
chore(release): 2.5.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.5.0](ReVanced/revanced-cli@v2.4.0...v2.5.0) (2022-07-10)

### Bug Fixes

* null exception when resource patching is disabled ([ReVanced#85](ReVanced#85)) ([125fa06](ReVanced@125fa06))
* remove `excludePatches` check ([eb83cab](ReVanced@eb83cab))

### Features

* `--exclusive` switch ([ReVanced#78](ReVanced#78)) ([8e91c12](ReVanced@8e91c12))
* `--uninstall` switch ([ReVanced#84](ReVanced#84)) ([131100e](ReVanced@131100e))
  • Loading branch information
semantic-release-bot committed Jul 10, 2022
1 parent eb83cab commit ab4c819
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# [2.5.0](https://github.com/revanced/revanced-cli/compare/v2.4.0...v2.5.0) (2022-07-10)


### Bug Fixes

* null exception when resource patching is disabled ([#85](https://github.com/revanced/revanced-cli/issues/85)) ([125fa06](https://github.com/revanced/revanced-cli/commit/125fa06ca6bac66f790e4aba66887464189b3a63))
* remove `excludePatches` check ([eb83cab](https://github.com/revanced/revanced-cli/commit/eb83cabfff6fbc28dd892f15b8e28278e284caa9))


### Features

* `--exclusive` switch ([#78](https://github.com/revanced/revanced-cli/issues/78)) ([8e91c12](https://github.com/revanced/revanced-cli/commit/8e91c12c5e3864c369005ef9fe7d9db668e86701))
* `--uninstall` switch ([#84](https://github.com/revanced/revanced-cli/issues/84)) ([131100e](https://github.com/revanced/revanced-cli/commit/131100ef0043924a9c11eb9886b4f6b0373690d9))

# [2.4.0](https://github.com/revanced/revanced-cli/compare/v2.3.3...v2.4.0) (2022-07-10)


Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
kotlin.code.style = official
version = 2.4.0
version = 2.5.0

0 comments on commit ab4c819

Please sign in to comment.