From 83dc64bce13f8e4146070a44cf895aec9d415277 Mon Sep 17 00:00:00 2001 From: Obf Bot Date: Wed, 3 Sep 2025 03:49:46 -0300 Subject: [PATCH] chore(main): release 1.11.0 --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f1a59b..1d2394e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [1.11.0](https://github.com/obf-software/confi/compare/v1.10.1...v1.11.0) (2025-09-03) + + +### Features + +* **auth:** enhance email confirmation message with app URL and additional instructions ([10a72cc](https://github.com/obf-software/confi/commit/10a72cc8b73c2d68cf67e5115c52854cde07f262)) +* **client:** add create planning page and tooltip component ([ede48f6](https://github.com/obf-software/confi/commit/ede48f6c074c18291afbc83416f9fd8863024020)) +* **client:** implement hooks for planning management and file retrieval ([1e0e4c9](https://github.com/obf-software/confi/commit/1e0e4c9169983564406869cb29735b10ea50b9dc)) + ## [1.10.1](https://github.com/obf-software/confi/compare/v1.10.0...v1.10.1) (2025-09-03) diff --git a/package.json b/package.json index 09d9151..b1c81ee 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "confi", "private": true, - "version": "1.10.1", + "version": "1.11.0", "type": "module", "scripts": { "postinstall": "sst install",