Skip to content

Commit ea3ec24

Browse files
ci(release): Release v0.0.18 (#287)
## Release v0.0.18 This PR prepares the release of version v0.0.18. ### Changelog # Changelog All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## Unreleased ### ♻️ Refactoring - *(repo)* Standardize executions routes ### 🎉 Features - *(repo)* Add usage data for executions ([#286](https://github.com/compozy/compozy/issues/286)) --- *Made with ❤️ by the Compozy team • Generated by [git-cliff](https://git-cliff.org)* Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 15408e3 commit ea3ec24

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88

99
### ♻️ Refactoring
1010

11+
- *(repo)* Standardize executions routes
12+
13+
### 🎉 Features
14+
15+
- *(repo)* Add usage data for executions ([#286](https://github.com/compozy/compozy/issues/286))
16+
17+
## 0.0.17 - 2025-10-15
18+
19+
### ♻️ Refactoring
20+
1121
- *(repo)* Add built-in tools in Go ([#264](https://github.com/compozy/compozy/issues/264))
1222

1323
### 🎉 Features
@@ -23,6 +33,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2333

2434
### 🔧 CI/CD
2535

36+
- *(release)* Release v0.0.17 ([#284](https://github.com/compozy/compozy/issues/284))
2637
- *(repo)* Fix bun config
2738
- *(repo)* Fix dry-run release
2839

@@ -372,6 +383,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
372383
- *(repo)* Fix testcontainer timeouts
373384
- *(server)* Add basic tests for server
374385

386+
[0.0.17]: https://github.com/compozy/compozy/compare/v0.0.16...v0.0.17
375387
[0.0.16]: https://github.com/compozy/compozy/compare/v0.0.15...v0.0.16
376388
[0.0.15]: https://github.com/compozy/compozy/compare/v0.0.14...v0.0.15
377389
[0.0.14]: https://github.com/compozy/compozy/compare/v0.0.13...v0.0.14

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,14 +46,14 @@
4646
"format:yaml": "prettier --write \"**/*.{yml,yaml}\"",
4747
"lint": "turbo run lint",
4848
"pr:review": "bun scripts/pr-review.ts",
49-
"reinstall": "bun run clean:deps && bun install",
49+
"reinstall": "bun run clean:deps \u0026\u0026 bun install",
5050
"storybook": "turbo run storybook",
5151
"test": "turbo run test",
5252
"type-check": "turbo run type-check",
5353
"update:deps": "turbo run update:deps"
5454
},
5555
"type": "module",
56-
"version": "0.0.17",
56+
"version": "0.0.18",
5757
"workspaces": [
5858
"examples/**",
5959
"docs"

0 commit comments

Comments
 (0)