Skip to content

Commit

Permalink
release: 0.1.0-alpha.4
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] authored Jul 12, 2024
1 parent 7d066f9 commit 882cd8b
Show file tree
Hide file tree
Showing 4 changed files with 12 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.3"
".": "0.1.0-alpha.4"
}
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## 0.1.0-alpha.4 (2024-07-12)

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

### Features

* **api:** OpenAPI spec update via Stainless API ([#11](https://github.com/midday-ai/engine-sdk/issues/11)) ([8e0d1df](https://github.com/midday-ai/engine-sdk/commit/8e0d1dfe36a92e1c2491c9a39459604849548eef))
* **api:** OpenAPI spec update via Stainless API ([#13](https://github.com/midday-ai/engine-sdk/issues/13)) ([7d066f9](https://github.com/midday-ai/engine-sdk/commit/7d066f92589a8d53885186cb567de640b0e0be8e))

## 0.1.0-alpha.3 (2024-06-19)

Full Changelog: [v0.1.0-alpha.2...v0.1.0-alpha.3](https://github.com/midday-ai/engine-sdk/compare/v0.1.0-alpha.2...v0.1.0-alpha.3)
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.3",
"version": "0.1.0-alpha.4",
"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.3'; // x-release-please-version
export const VERSION = '0.1.0-alpha.4'; // x-release-please-version

0 comments on commit 882cd8b

Please sign in to comment.