Skip to content

Commit

Permalink
chore(release): 1.49.1-dev.1 [skip ci]
Browse files Browse the repository at this point in the history
## [1.49.1-dev.1](v1.49.0...v1.49.1-dev.1) (2025-01-28)

### Bug Fixes

* **Twitter:** fix `Custom downloader` patch ([f4d953a](f4d953a))
* **Twitter:** fix `Custom translator` patch ([8065fa3](8065fa3))
* **Twitter:** fix `Enable debug menu for posts` patch ([72a72f2](72a72f2))

### Refactors

* **Twitter:** refactor button class Hook ([2bf411a](2bf411a))
* **Twitter:** Removed unused string from pt-BR ([cdb2067](cdb2067))
  • Loading branch information
semantic-release-bot committed Jan 28, 2025
1 parent af6b6ca commit a1bff74
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 @@
## [1.49.1-dev.1](https://github.com/crimera/piko/compare/v1.49.0...v1.49.1-dev.1) (2025-01-28)

### Bug Fixes

* **Twitter:** fix `Custom downloader` patch ([f4d953a](https://github.com/crimera/piko/commit/f4d953a3dc7cb8325e56e515cd38a8ab707d2162))
* **Twitter:** fix `Custom translator` patch ([8065fa3](https://github.com/crimera/piko/commit/8065fa32019d1d1bd4c9bd116f1774e345203356))
* **Twitter:** fix `Enable debug menu for posts` patch ([72a72f2](https://github.com/crimera/piko/commit/72a72f2114d0ee9fe2cac0e5eae5b03e196dd6e2))

### Refactors

* **Twitter:** refactor button class Hook ([2bf411a](https://github.com/crimera/piko/commit/2bf411a61fd5181d5266d1496becf7b93f4d0d08))
* **Twitter:** Removed unused string from pt-BR ([cdb2067](https://github.com/crimera/piko/commit/cdb2067360944309a9156b71bf9776457c44c49a))

## [1.49.0](https://github.com/crimera/piko/compare/v1.48.0...v1.49.0) (2025-01-28)

### Features
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.parallel = true
org.gradle.caching = true
kotlin.code.style = official
version = 1.49.0
version = 1.49.1-dev.1

0 comments on commit a1bff74

Please sign in to comment.