Skip to content
This repository has been archived by the owner on Oct 26, 2024. It is now read-only.

Commit

Permalink
chore(release): 0.23.0 [skip ci]
Browse files Browse the repository at this point in the history
# [0.23.0](v0.22.1...v0.23.0) (2022-07-12)

### Bug Fixes

* use `getLong` instead of `getFloat` ([577a734](577a734))
* wrong description for issue templates ([ea581d4](ea581d4))

### Features

* added issue templates. ([#77](#77)) ([51016ef](51016ef))
  • Loading branch information
semantic-release-bot committed Jul 12, 2022
1 parent 577a734 commit 5ff47b7
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# [0.23.0](https://github.com/revanced/revanced-integrations/compare/v0.22.1...v0.23.0) (2022-07-12)


### Bug Fixes

* use `getLong` instead of `getFloat` ([577a734](https://github.com/revanced/revanced-integrations/commit/577a7348fe023aba4858cceb0830062ee0a653d1))
* wrong description for issue templates ([ea581d4](https://github.com/revanced/revanced-integrations/commit/ea581d48e29b3f40d12e82448788a1151d4892d1))


### Features

* added issue templates. ([#77](https://github.com/revanced/revanced-integrations/issues/77)) ([51016ef](https://github.com/revanced/revanced-integrations/commit/51016efcb7c7fcc73f25ecfab48ffa96fbae4f47))

## [0.22.1](https://github.com/revanced/revanced-integrations/compare/v0.22.0...v0.22.1) (2022-07-11)


Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
org.gradle.jvmargs = -Xmx2048m
android.useAndroidX = true
android.enableJetifier = true
version = 0.22.1
version = 0.23.0

0 comments on commit 5ff47b7

Please sign in to comment.