Skip to content

Commit bd6b5bc

Browse files
release: 0.10.0
1 parent 421f5c1 commit bd6b5bc

File tree

4 files changed

+13
-3
lines changed

4 files changed

+13
-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.9.0"
2+
".": "0.10.0"
33
}

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## 0.10.0 (2024-03-12)
4+
5+
Full Changelog: [v0.9.0...v0.10.0](https://github.com/dubinc/dub-node/compare/v0.9.0...v0.10.0)
6+
7+
### Features
8+
9+
* OpenAPI spec update via Stainless API ([#46](https://github.com/dubinc/dub-node/issues/46)) ([4511287](https://github.com/dubinc/dub-node/commit/451128778aef75b30b50de04cd36ec1d86465155))
10+
* OpenAPI spec update via Stainless API ([#49](https://github.com/dubinc/dub-node/issues/49)) ([12c3863](https://github.com/dubinc/dub-node/commit/12c3863336cf39ace314d9bc13230d7a26b8f1db))
11+
* update via SDK Studio ([#48](https://github.com/dubinc/dub-node/issues/48)) ([e6e882a](https://github.com/dubinc/dub-node/commit/e6e882ad701ba8ea1302c0966bb762453c908567))
12+
313
## 0.9.0 (2024-03-06)
414

515
Full Changelog: [v0.8.0...v0.9.0](https://github.com/dubinc/dub-node/compare/v0.8.0...v0.9.0)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dub",
3-
"version": "0.9.0",
3+
"version": "0.10.0",
44
"description": "The official TypeScript library for the Dub API",
55
"author": "Dub <support@dub.co>",
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.9.0'; // x-release-please-version
1+
export const VERSION = '0.10.0'; // x-release-please-version

0 commit comments

Comments
 (0)