Skip to content

Commit 150ad95

Browse files
ci(release): Release v0.0.19 (#295)
## Release v0.0.19 This PR prepares the release of version v0.0.19. ### 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)* Broad list of improvements ([#289](https://github.com/compozy/compozy/issues/289)) - *(repo)* Improve functions length ([#291](https://github.com/compozy/compozy/issues/291)) ### 🎉 Features - *(repo)* Enable template for wait timeouts ### 📚 Documentation - *(repo)* Improve docs ### 🔧 CI/CD - *(repo)* Fix release --- *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 4672bac commit 150ad95

File tree

2 files changed

+26
-2
lines changed

2 files changed

+26
-2
lines changed

CHANGELOG.md

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

99
### ♻️ Refactoring
1010

11+
- *(repo)* Broad list of improvements ([#289](https://github.com/compozy/compozy/issues/289))
12+
- *(repo)* Improve functions length ([#291](https://github.com/compozy/compozy/issues/291))
13+
14+
### 🎉 Features
15+
16+
- *(repo)* Enable template for wait timeouts
17+
18+
### 📚 Documentation
19+
20+
- *(repo)* Improve docs
21+
22+
### 🔧 CI/CD
23+
24+
- *(repo)* Fix release
25+
26+
## 0.0.18 - 2025-10-17
27+
28+
### ♻️ Refactoring
29+
1130
- *(repo)* Standardize executions routes
1231

1332
### 🎉 Features
1433

1534
- *(repo)* Add usage data for executions ([#286](https://github.com/compozy/compozy/issues/286))
1635

36+
### 🔧 CI/CD
37+
38+
- *(release)* Release v0.0.18 ([#287](https://github.com/compozy/compozy/issues/287))
39+
1740
## 0.0.17 - 2025-10-15
1841

1942
### ♻️ Refactoring
@@ -383,6 +406,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
383406
- *(repo)* Fix testcontainer timeouts
384407
- *(server)* Add basic tests for server
385408

409+
[0.0.18]: https://github.com/compozy/compozy/compare/v0.0.17...v0.0.18
386410
[0.0.17]: https://github.com/compozy/compozy/compare/v0.0.16...v0.0.17
387411
[0.0.16]: https://github.com/compozy/compozy/compare/v0.0.15...v0.0.16
388412
[0.0.15]: https://github.com/compozy/compozy/compare/v0.0.14...v0.0.15

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.18",
56+
"version": "0.0.19",
5757
"workspaces": [
5858
"examples/**",
5959
"docs"

0 commit comments

Comments
 (0)