chore(main): release 1.2.1 (#81)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2025-05-19 22:17:06 +02:00 committed by GitHub
parent 7dbc6a336b
commit 7bc8f153a4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 9 additions and 2 deletions

View File

@ -1,3 +1,3 @@
{
".": "1.2.0"
".": "1.2.1"
}

View File

@ -1,5 +1,12 @@
# Changelog
## [1.2.1](https://github.com/catppuccin/fleet/compare/v1.2.0...v1.2.1) (2025-05-19)
### Bug Fixes
* adjust terminal colours ([#80](https://github.com/catppuccin/fleet/issues/80)) ([7dbc6a3](https://github.com/catppuccin/fleet/commit/7dbc6a336b596f6d6413b39b42ff3e6a001ee58d))
## [1.2.0](https://github.com/catppuccin/fleet/compare/v1.1.1...v1.2.0) (2024-12-18)

View File

@ -3,7 +3,7 @@ plugins {
alias(libs.plugins.fleet.plugin)
}
version = "1.2.0" // x-release-please-version
version = "1.2.1" // x-release-please-version
fleetPlugin {
id = "com.github.catppuccin.fleet"