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 97e697b commit 6287814
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 4 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"
}
16 changes: 15 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,24 @@
# Changelog

## 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))
* **api:** OpenAPI spec update ([#6](https://github.com/dubinc/dub-node/issues/6)) ([109a687](https://github.com/dubinc/dub-node/commit/109a68740a1d00c0447a27659c1b6efe0e35a724))
* **api:** OpenAPI spec update ([#7](https://github.com/dubinc/dub-node/issues/7)) ([380d09c](https://github.com/dubinc/dub-node/commit/380d09cc9c2b8f6bda95810fcf60b71e4b97fbac))
* **api:** OpenAPI spec update ([#8](https://github.com/dubinc/dub-node/issues/8)) ([e25df86](https://github.com/dubinc/dub-node/commit/e25df86e5a85540461d612e53b943c4c9c535224))
* **api:** OpenAPI spec update ([#9](https://github.com/dubinc/dub-node/issues/9)) ([e2e3389](https://github.com/dubinc/dub-node/commit/e2e33890709702bf1acb1a00234b4392e7d31b3d))

## 0.1.0 (2024-01-10)

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

### Features

* **api:** OpenAPI spec update ([458279d](https://github.com/dubinc/dub-node/commit/458279daf1ee67a3d0d1c27ef5ffb686bcd49fc1))
* **api:** OpenAPI spec update ([#2](https://github.com/dubinc/dub-node/issues/2)) ([8472c55](https://github.com/dubinc/dub-node/commit/8472c55033077b41ece1e00d1dfe1fd9c15722d5))
* **api:** OpenAPI spec update ([#2](https://github.com/dubinc/dub-node/issues/2)) ([8472c55](https://github.com/dubinc/dub-node/commit/8472c55033077b41ece1e00d1dfe1fd9c15722d5))
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 6287814

Please sign in to comment.