diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 466df71c..2be9c43c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.0" + ".": "0.2.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 21881517..275d32f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)) diff --git a/package.json b/package.json index 34f22fb3..0def9edd 100644 --- a/package.json +++ b/package.json @@ -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 ", "types": "dist/index.d.ts", diff --git a/src/version.ts b/src/version.ts index 1baa2286..bade2ffc 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1 +1 @@ -export const VERSION = '0.1.0'; // x-release-please-version +export const VERSION = '0.2.0'; // x-release-please-version