Skip to content

Commit ea0eff8

Browse files
release: 0.1.0
1 parent d4b8120 commit ea0eff8

File tree

4 files changed

+23
-3
lines changed

4 files changed

+23
-3
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"
2+
".": "0.1.0"
33
}

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Changelog
2+
3+
## 0.1.0 (2025-08-16)
4+
5+
Full Changelog: [v0.0.1...v0.1.0](https://github.com/morphik-org/morphik-ts/compare/v0.0.1...v0.1.0)
6+
7+
### Features
8+
9+
* **api:** update via SDK Studio ([c78d82e](https://github.com/morphik-org/morphik-ts/commit/c78d82e75024b26adcc311693f8b49ef4ef9f2dc))
10+
11+
12+
### Chores
13+
14+
* **deps:** update dependency @types/node to v20.17.58 ([d4b8120](https://github.com/morphik-org/morphik-ts/commit/d4b812043c9bdd0c1af3709e6b3652892a5ea63f))
15+
* **internal:** codegen related update ([b0eec49](https://github.com/morphik-org/morphik-ts/commit/b0eec49a989217e8b2a7f6ed5b5d31570be4fae3))
16+
* **internal:** move publish config ([f074720](https://github.com/morphik-org/morphik-ts/commit/f0747203707223cdb7bf69f8fee6ede963953e10))
17+
* **internal:** remove redundant imports config ([250ca52](https://github.com/morphik-org/morphik-ts/commit/250ca528d290adc06e8ee27898edac2a0bcbd03e))
18+
* **internal:** update comment in script ([e681df9](https://github.com/morphik-org/morphik-ts/commit/e681df95ee0672d750dc14fd61a6ff1127f91cf8))
19+
* sync repo ([2173455](https://github.com/morphik-org/morphik-ts/commit/21734555d908ca2f7b2891af8480f3b27f5618d6))
20+
* update @stainless-api/prism-cli to v5.15.0 ([c23ccc3](https://github.com/morphik-org/morphik-ts/commit/c23ccc37cef333511c19ee7166156debb90077ae))

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",
3+
"version": "0.1.0",
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'; // x-release-please-version
1+
export const VERSION = '0.1.0'; // x-release-please-version

0 commit comments

Comments
 (0)