Skip to content

Commit

Permalink
release: 0.1.0 (#48)
Browse files Browse the repository at this point in the history
* Attempt at first non-alpha release

* feat(api): OpenAPI spec update via Stainless API (#47)

* feat(api): OpenAPI spec update via Stainless API (#49)

* feat(api): OpenAPI spec update via Stainless API (#50)

* release: 0.1.0

---------

Co-authored-by: stainless-app[bot] <142633134+stainless-app[bot]@users.noreply.github.com>
  • Loading branch information
stainless-app[bot] authored Jun 26, 2024
1 parent c3abfd8 commit 9b0f070
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 4 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.9"
".": "0.1.0-alpha.10"
}
2 changes: 1 addition & 1 deletion .stats.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
configured_endpoints: 29
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/val-town%2Fval-town-318c2524818231c5790a8ac58e298fbd36d054688c0c54eca81c546cbc085ac4.yml
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/val-town%2Fval-town-303950bbd5ff0330866d4e58618177118bf72ab4eb4bcd5dfd7ca43de7f94757.yml
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## 0.1.0-alpha.10 (2024-06-26)

Full Changelog: [v0.1.0-alpha.9...v0.1.0-alpha.10](https://github.com/val-town/sdk/compare/v0.1.0-alpha.9...v0.1.0-alpha.10)

### Features

* **api:** OpenAPI spec update via Stainless API ([#47](https://github.com/val-town/sdk/issues/47)) ([ddf02db](https://github.com/val-town/sdk/commit/ddf02dbbfa2e964c3beff91a5487e48236b5f81c))
* **api:** OpenAPI spec update via Stainless API ([#49](https://github.com/val-town/sdk/issues/49)) ([918644b](https://github.com/val-town/sdk/commit/918644bad436797f8f7c0090a46b723661b37597))
* **api:** OpenAPI spec update via Stainless API ([#50](https://github.com/val-town/sdk/issues/50)) ([728d713](https://github.com/val-town/sdk/commit/728d713e60efc04d9f5bc3a56ab8d8af89e4e60c))

## 0.1.0-alpha.9 (2024-06-26)

Full Changelog: [v0.1.0-alpha.8...v0.1.0-alpha.9](https://github.com/val-town/sdk/compare/v0.1.0-alpha.8...v0.1.0-alpha.9)
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": "@valtown/sdk",
"version": "0.1.0-alpha.9",
"version": "0.1.0-alpha.10",
"description": "The official TypeScript library for the Val Town API",
"author": "Val Town <[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.9'; // x-release-please-version
export const VERSION = '0.1.0-alpha.10'; // x-release-please-version

0 comments on commit 9b0f070

Please sign in to comment.