release: 0.30.0

This commit is contained in:
Elias Schneider
2025-02-08 18:19:11 +01:00
parent bea115866f
commit 9b77e8b7c1
3 changed files with 10 additions and 2 deletions

View File

@@ -1 +1 @@
0.29.0 0.30.0

View File

@@ -1,3 +1,11 @@
## [](https://github.com/pocket-id/pocket-id/compare/v0.29.0...v) (2025-02-08)
### Features
* add custom ldap search filters ([#216](https://github.com/pocket-id/pocket-id/issues/216)) ([626f87d](https://github.com/pocket-id/pocket-id/commit/626f87d59211f4129098b91dc1d020edb4aca692))
* update host configuration to allow external access ([#218](https://github.com/pocket-id/pocket-id/issues/218)) ([bea1158](https://github.com/pocket-id/pocket-id/commit/bea115866fd8e4b15d3281c422d2fb72312758b1))
## [](https://github.com/pocket-id/pocket-id/compare/v0.28.1...v) (2025-02-05) ## [](https://github.com/pocket-id/pocket-id/compare/v0.28.1...v) (2025-02-05)

View File

@@ -1,6 +1,6 @@
{ {
"name": "pocket-id-frontend", "name": "pocket-id-frontend",
"version": "0.29.0", "version": "0.30.0",
"private": true, "private": true,
"type": "module", "type": "module",
"scripts": { "scripts": {