Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
".": "0.35.0",
"apps/api": "0.35.0",
".": "0.36.0",
"apps/api": "0.36.0",
"apps/web": "0.36.0",
"apps/desktop": "0.36.0",
"apps/tee-worker": "0.31.1",
"packages/core": "0.30.0",
"packages/crypto": "0.30.0",
"packages/api-client": "0.35.0",
"packages/api-client": "0.36.0",
"packages/sdk-core": "0.34.0",
"packages/sdk": "0.33.0",
"crates/crypto": "0.5.0",
Expand Down
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [0.36.0](https://github.com/FSM1/cipher-box/compare/cipher-box-v0.35.0...cipher-box-v0.36.0) (2026-04-01)


### Features

* **api:** expose API version on /health endpoint ([#429](https://github.com/FSM1/cipher-box/issues/429)) ([6abf87e](https://github.com/FSM1/cipher-box/commit/6abf87e68fea82bbddaf51f29c07f2091e402e7d))


### Bug Fixes

* **ci:** correct openapi.json extra-files path for release-please ([#432](https://github.com/FSM1/cipher-box/issues/432)) ([88a12a0](https://github.com/FSM1/cipher-box/commit/88a12a005305e362534b27940d671a53fc66c4db))
* **ci:** exclude openapi.json version from spec verification ([#434](https://github.com/FSM1/cipher-box/issues/434)) ([4471b1b](https://github.com/FSM1/cipher-box/commit/4471b1bc8c2145d5fb32639c57791b184e049bdb))
* **ci:** move release-as injection from post-merge to PR branch ([#431](https://github.com/FSM1/cipher-box/issues/431)) ([e8c4ef3](https://github.com/FSM1/cipher-box/commit/e8c4ef351e88166e85c576403127ca624f110695))
* **ci:** remove openapi.json from release-please extra-files ([4471b1b](https://github.com/FSM1/cipher-box/commit/4471b1bc8c2145d5fb32639c57791b184e049bdb))

## [0.35.0](https://github.com/FSM1/cipher-box/compare/cipher-box-v0.34.0...cipher-box-v0.35.0) (2026-03-31)


Expand Down
8 changes: 8 additions & 0 deletions apps/api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Changelog

## [0.36.0](https://github.com/FSM1/cipher-box/compare/@cipherbox/api-v0.35.0...@cipherbox/api-v0.36.0) (2026-04-01)


### Features

* **api:** expose API version on /health endpoint ([#429](https://github.com/FSM1/cipher-box/issues/429)) ([6abf87e](https://github.com/FSM1/cipher-box/commit/6abf87e68fea82bbddaf51f29c07f2091e402e7d))
2 changes: 1 addition & 1 deletion apps/api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cipherbox/api",
"version": "0.35.0",
"version": "0.36.0",
"private": true,
"scripts": {
"dev": "nest start --watch",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cipher-box",
"version": "0.35.0",
"version": "0.36.0",
"private": true,
"type": "module",
"scripts": {
Expand Down
7 changes: 7 additions & 0 deletions packages/api-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.36.0](https://github.com/FSM1/cipher-box/compare/@cipherbox/api-client-v0.35.0...@cipherbox/api-client-v0.36.0) (2026-04-01)


### Features

* **api:** expose API version on /health endpoint ([#429](https://github.com/FSM1/cipher-box/issues/429)) ([6abf87e](https://github.com/FSM1/cipher-box/commit/6abf87e68fea82bbddaf51f29c07f2091e402e7d))

## [0.33.0](https://github.com/FSM1/cipher-box/compare/@cipherbox/api-client-v0.32.0...@cipherbox/api-client-v0.33.0) (2026-03-31)


Expand Down
2 changes: 1 addition & 1 deletion packages/api-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cipherbox/api-client",
"version": "0.35.0",
"version": "0.36.0",
"private": true,
"main": "./dist/index.js",
"module": "./dist/index.mjs",
Expand Down
Loading