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](v2.4.1...v2.5.0) (2025-01-24)

### Bug Fixes

* handle bluesky posting when preferedLanguage is empty ([2f63a4f](2f63a4f))

### Features

* kirby 5 compatibility ([ae1575c](ae1575c))
  • Loading branch information
semantic-release-bot committed Jan 24, 2025
1 parent 2f63a4f commit 25767cb
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [2.5.0](https://github.com/mauricerenck/indieConnector/compare/v2.4.1...v2.5.0) (2025-01-24)


### Bug Fixes

* handle bluesky posting when preferedLanguage is empty ([2f63a4f](https://github.com/mauricerenck/indieConnector/commit/2f63a4fb4760f63a601c5360f14c1cda6371b5ad))


### Features

* kirby 5 compatibility ([ae1575c](https://github.com/mauricerenck/indieConnector/commit/ae1575c3a387e34705db2c790617179540da9aa8))

## [2.4.1](https://github.com/mauricerenck/indieConnector/compare/v2.4.0...v2.4.1) (2024-12-29)


Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mauricerenck/indieconnector",
"version": "2.4.1",
"version": "2.5.0",
"description": "A Kirby IndieWeb plugin",
"type": "kirby-plugin",
"license": "MIT",
Expand Down Expand Up @@ -62,4 +62,4 @@
"npm run build"
]
}
}
}

0 comments on commit 25767cb

Please sign in to comment.