Skip to content

Commit

Permalink
release: 0.1.0 (#53)
Browse files Browse the repository at this point in the history
* feat(api): OpenAPI spec update via Stainless API (#52)

* 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 9b0f070 commit 04ee6d4
Show file tree
Hide file tree
Showing 6 changed files with 15 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.10"
".": "0.1.0"
}
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-303950bbd5ff0330866d4e58618177118bf72ab4eb4bcd5dfd7ca43de7f94757.yml
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/val-town%2Fval-town-414e1269e8c5867996a1f4f6061e2708f588dbbd2393dd81e337a0007ea0a2d8.yml
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 0.1.0 (2024-06-26)

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

### Features

* **api:** OpenAPI spec update via Stainless API ([#52](https://github.com/val-town/sdk/issues/52)) ([18bdae7](https://github.com/val-town/sdk/commit/18bdae7fdb1e4f11369c46d98d766a9c5f892a65))

## 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)
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.10",
"version": "0.1.0",
"description": "The official TypeScript library for the Val Town API",
"author": "Val Town <[email protected]>",
"types": "dist/index.d.ts",
Expand Down
3 changes: 3 additions & 0 deletions src/resources/me/profile.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ export interface ProfileRetrieveResponse {
*/
profileImageUrl: string | null;

/**
* Your account tier
*/
tier: 'free' | 'pro' | null;

/**
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.10'; // x-release-please-version
export const VERSION = '0.1.0'; // x-release-please-version

0 comments on commit 04ee6d4

Please sign in to comment.