Skip to content

Commit

Permalink
release: 0.1.0-alpha.24
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] authored Nov 1, 2024
1 parent 0118d64 commit 5928377
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.1.0-alpha.23"
".": "0.1.0-alpha.24"
}
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## 0.1.0-alpha.24 (2024-11-01)

Full Changelog: [v0.1.0-alpha.23...v0.1.0-alpha.24](https://github.com/midday-ai/engine-sdk/compare/v0.1.0-alpha.23...v0.1.0-alpha.24)

### Features

* **api:** api update ([#101](https://github.com/midday-ai/engine-sdk/issues/101)) ([be039c6](https://github.com/midday-ai/engine-sdk/commit/be039c62b850c71b0d3d123a3d6c7352d2a871ba))


### Chores

* rebuild project due to codegen change ([#103](https://github.com/midday-ai/engine-sdk/issues/103)) ([96fe762](https://github.com/midday-ai/engine-sdk/commit/96fe7624a9552fbfc68e63807a206ea6ab9c6e06))
* rebuild project due to codegen change ([#104](https://github.com/midday-ai/engine-sdk/issues/104)) ([5afe2a0](https://github.com/midday-ai/engine-sdk/commit/5afe2a0f5315200e2ab7fd53f67d6cdb36c39ee7))
* rebuild project due to codegen change ([#105](https://github.com/midday-ai/engine-sdk/issues/105)) ([21f4b30](https://github.com/midday-ai/engine-sdk/commit/21f4b3055de571eefc88d18bdb54b1b66f08cc99))
* rebuild project due to codegen change ([#106](https://github.com/midday-ai/engine-sdk/issues/106)) ([981d1ea](https://github.com/midday-ai/engine-sdk/commit/981d1ead38294bd3f37c728e25129d51ab6d5531))
* rebuild project due to codegen change ([#107](https://github.com/midday-ai/engine-sdk/issues/107)) ([0118d64](https://github.com/midday-ai/engine-sdk/commit/0118d64c02d4f5674d29595e10d4c056d5b1db53))

## 0.1.0-alpha.23 (2024-10-07)

Full Changelog: [v0.1.0-alpha.22...v0.1.0-alpha.23](https://github.com/midday-ai/engine-sdk/compare/v0.1.0-alpha.22...v0.1.0-alpha.23)
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": "@midday-ai/engine",
"version": "0.1.0-alpha.23",
"version": "0.1.0-alpha.24",
"description": "The official TypeScript library for the Midday API",
"author": "Midday <[email protected]>",
"types": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion src/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const VERSION = '0.1.0-alpha.23'; // x-release-please-version
export const VERSION = '0.1.0-alpha.24'; // x-release-please-version

0 comments on commit 5928377

Please sign in to comment.