diff --git a/CHANGELOG.md b/CHANGELOG.md index 99328f2..2f1a59b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.10.1](https://github.com/obf-software/confi/compare/v1.10.0...v1.10.1) (2025-09-03) + + +### Bug Fixes + +* **ci:** add missing environment variables ([b2cc46c](https://github.com/obf-software/confi/commit/b2cc46c959bfcb514a5d482fa9f4f11e1ba72573)) + ## [1.10.0](https://github.com/obf-software/confi/compare/v1.9.5...v1.10.0) (2025-09-03) diff --git a/package.json b/package.json index aa4aeba..5a258c8 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "confi", "private": true, - "version": "1.10.0", + "version": "1.10.1", "type": "module", "scripts": { "postinstall": "sst install",