diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 2537c1f1..f1c1e588 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.4.0" + ".": "0.5.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index e261ea3a..81bb35bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 0.5.0 (2024-02-02) + +Full Changelog: [v0.4.0...v0.5.0](https://github.com/dubinc/dub-node/compare/v0.4.0...v0.5.0) + +### Features + +* **api:** OpenAPI spec update ([#32](https://github.com/dubinc/dub-node/issues/32)) ([d7de0a9](https://github.com/dubinc/dub-node/commit/d7de0a91966e7946b102ef601f328db375b368cc)) + ## 0.4.0 (2024-02-02) Full Changelog: [v0.3.0...v0.4.0](https://github.com/dubinc/dub-node/compare/v0.3.0...v0.4.0) diff --git a/package.json b/package.json index 01e6707d..ccbcb861 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dub", - "version": "0.4.0", + "version": "0.5.0", "description": "The official TypeScript library for the Dub API", "author": "Dub ", "types": "dist/index.d.ts", @@ -9,7 +9,9 @@ "repository": "github:dubinc/dub-node", "license": "Apache-2.0", "packageManager": "yarn@1.22.21", - "files": ["*"], + "files": [ + "*" + ], "private": false, "scripts": { "test": "bin/check-test-server && yarn jest", diff --git a/src/version.ts b/src/version.ts index 4e7f788e..1f5d1586 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1 +1 @@ -export const VERSION = '0.4.0'; // x-release-please-version +export const VERSION = '0.5.0'; // x-release-please-version