-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
10c779d
commit cfbbea6
Showing
4 changed files
with
21 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{ | ||
".": "0.0.1" | ||
".": "0.1.0" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# Changelog | ||
|
||
## 0.1.0 (2024-06-06) | ||
|
||
Full Changelog: [v0.0.1...v0.1.0](https://github.com/Metronome-Industries/metronome-node/compare/v0.0.1...v0.1.0) | ||
|
||
### Features | ||
|
||
* **api:** OpenAPI spec update ([42751ad](https://github.com/Metronome-Industries/metronome-node/commit/42751ad3173c0a6a993265dc92631e1a914e1662)) | ||
* **api:** OpenAPI spec update ([#2](https://github.com/Metronome-Industries/metronome-node/issues/2)) ([b8f4c7f](https://github.com/Metronome-Industries/metronome-node/commit/b8f4c7fc25a31685ba33f640c1c9500fc5985dea)) | ||
* **api:** OpenAPI spec update ([#3](https://github.com/Metronome-Industries/metronome-node/issues/3)) ([9ce64bb](https://github.com/Metronome-Industries/metronome-node/commit/9ce64bb3f0976a406fa4f23c794e81852153a33b)) | ||
* **api:** OpenAPI spec update ([#4](https://github.com/Metronome-Industries/metronome-node/issues/4)) ([44148ba](https://github.com/Metronome-Industries/metronome-node/commit/44148ba28a0a04a02af9856a1bbc8efb74986348)) | ||
* **api:** OpenAPI spec update ([#5](https://github.com/Metronome-Industries/metronome-node/issues/5)) ([373257c](https://github.com/Metronome-Industries/metronome-node/commit/373257c2910803de72af5f49e06d13937744787d)) | ||
* **api:** OpenAPI spec update ([#6](https://github.com/Metronome-Industries/metronome-node/issues/6)) ([60f9ce3](https://github.com/Metronome-Industries/metronome-node/commit/60f9ce3c5ee6162de1d04c2f0486c5cb6b1ace89)) | ||
* **api:** OpenAPI spec update ([#7](https://github.com/Metronome-Industries/metronome-node/issues/7)) ([5e8ac18](https://github.com/Metronome-Industries/metronome-node/commit/5e8ac18a71efec7622898d0ef31975388c707269)) | ||
* **api:** OpenAPI spec update via Stainless API ([#8](https://github.com/Metronome-Industries/metronome-node/issues/8)) ([e99fb08](https://github.com/Metronome-Industries/metronome-node/commit/e99fb083497999a1ba945a0f4d0c0b79b8b02e7c)) | ||
* **api:** update via SDK Studio ([#10](https://github.com/Metronome-Industries/metronome-node/issues/10)) ([10c779d](https://github.com/Metronome-Industries/metronome-node/commit/10c779dd119a61303fb0e74fd8710b02a4c49594)) | ||
* **api:** update via SDK Studio ([#9](https://github.com/Metronome-Industries/metronome-node/issues/9)) ([cd2e807](https://github.com/Metronome-Industries/metronome-node/commit/cd2e80774b0c28e97d82a3a394275dff012680ba)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "metronome", | ||
"version": "0.0.1", | ||
"version": "0.1.0", | ||
"description": "The official TypeScript library for the Metronome API", | ||
"author": "Metronome <[email protected]>", | ||
"types": "dist/index.d.ts", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
export const VERSION = '0.0.1'; // x-release-please-version | ||
export const VERSION = '0.1.0'; // x-release-please-version |