Skip to content

Commit 788650e

Browse files
release: 0.1.0
1 parent cbe199d commit 788650e

File tree

4 files changed

+17
-3
lines changed

4 files changed

+17
-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: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Changelog
2+
3+
## 0.1.0 (2025-07-17)
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+
* sync repo ([2173455](https://github.com/morphik-org/morphik-ts/commit/21734555d908ca2f7b2891af8480f3b27f5618d6))

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)