Skip to content

Commit c78d82e

Browse files
feat(api): update via SDK Studio
1 parent 2173455 commit c78d82e

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.0.1-alpha.0"
2+
".": "0.0.1"
33
}

.stats.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 89
22
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/morphik%2Fmorphik-8d3c4a3004d103142a96eaee97699ec1c0b5df304ec1b4804d5394b99a36939d.yml
33
openapi_spec_hash: b77413da8a8d6532ea04ec0198add72b
4-
config_hash: 2d13561fdd6626b97d27f8818dcce052
4+
config_hash: b31f7ecf9aa2235630e204955c58ce3b

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "morphik",
3-
"version": "0.0.1-alpha.0",
3+
"version": "0.0.1",
44
"description": "The official TypeScript library for the Morphik API",
55
"author": "Morphik <>",
66
"types": "dist/index.d.ts",

src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const VERSION = '0.0.1-alpha.0'; // x-release-please-version
1+
export const VERSION = '0.0.1'; // x-release-please-version

0 commit comments

Comments
 (0)