Skip to content

Commit

Permalink
chore(release): 1.45.0 [skip ci]
Browse files Browse the repository at this point in the history
## [1.45.0](v1.44.0...v1.45.0) (2024-11-14)

### Bug Fixes

* **Twitter:** Share menu button add hook in/from 10.67 ([a640946](a640946))

### Features

* **Twitter:** Added `Customise post font size` patch ([ea608e0](ea608e0))

### Refactors

* **Twitter:** refactor values of list preference ([e0e5c5b](e0e5c5b))

### Perfomance

* **Bring back twitter:** Optimize string replacement ([#440](#440)) ([7e61023](7e61023))
  • Loading branch information
semantic-release-bot committed Nov 14, 2024
1 parent f4b579f commit d326deb
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
## [1.45.0](https://github.com/crimera/piko/compare/v1.44.0...v1.45.0) (2024-11-14)

### Bug Fixes

* **Twitter:** Share menu button add hook in/from 10.67 ([a640946](https://github.com/crimera/piko/commit/a640946e7045be359535ed0eead00ec80d2e10c4))

### Features

* **Twitter:** Added `Customise post font size` patch ([ea608e0](https://github.com/crimera/piko/commit/ea608e09b7b0775f38ca1914503e1b54dc7b73f9))

### Refactors

* **Twitter:** refactor values of list preference ([e0e5c5b](https://github.com/crimera/piko/commit/e0e5c5b8639efcd5eecd6476bc59b7f125d5b851))

### Perfomance

* **Bring back twitter:** Optimize string replacement ([#440](https://github.com/crimera/piko/issues/440)) ([7e61023](https://github.com/crimera/piko/commit/7e6102351d9488f89489f87df2ec45d6d0d178d8))

## [1.45.0-dev.1](https://github.com/crimera/piko/compare/v1.44.1-dev.2...v1.45.0-dev.1) (2024-11-12)

### 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.45.0-dev.1
version = 1.45.0

0 comments on commit d326deb

Please sign in to comment.