Skip to content

Commit

Permalink
release: 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] committed Jan 16, 2024
1 parent 4466fb6 commit 79895c4
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 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"
".": "0.2.0"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ Full Changelog: [v0.1.0...v0.2.0](https://github.com/dubinc/dub-node/compare/v0.

### Features

* **api:** OpenAPI spec update ([033893a](https://github.com/dubinc/dub-node/commit/033893a6d43eaf1d0ad8e712795d151ceec7db61))

## 0.2.0 (2024-01-16)

Full Changelog: [v0.1.0...v0.2.0](https://github.com/dubinc/dub-node/compare/v0.1.0...v0.2.0)

### Features

* **api:** OpenAPI spec update ([#10](https://github.com/dubinc/dub-node/issues/10)) ([26828d5](https://github.com/dubinc/dub-node/commit/26828d527d00d179f2e2026f207a6e9b8299b024))
* **api:** OpenAPI spec update ([#4](https://github.com/dubinc/dub-node/issues/4)) ([beac5e4](https://github.com/dubinc/dub-node/commit/beac5e47e0c6e3c2f601aa06ce9ed0810a5d7464))
* **api:** OpenAPI spec update ([#5](https://github.com/dubinc/dub-node/issues/5)) ([588d49a](https://github.com/dubinc/dub-node/commit/588d49ad52a1735f08dbf2a497750fea9453f758))
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": "dub",
"version": "0.1.0",
"version": "0.2.0",
"description": "The official TypeScript library for the Dub API",
"author": "Dub <[email protected]>",
"types": "dist/index.d.ts",
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'; // x-release-please-version
export const VERSION = '0.2.0'; // x-release-please-version

0 comments on commit 79895c4

Please sign in to comment.