Skip to content

Commit

Permalink
Merge branch 'next--merge-conflict' into generated--merge-conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
sachnk authored Jul 10, 2024
2 parents 6f58040 + df9982b commit dcb25ef
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 2 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-alpha.1"
".": "0.1.0-alpha.2"
}
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# Changelog

## 0.1.0-alpha.2 (2024-07-09)

Full Changelog: [v0.1.0-alpha.1...v0.1.0-alpha.2](https://github.com/clear-street/studio-sdk-node/compare/v0.1.0-alpha.1...v0.1.0-alpha.2)

### Features

* **api:** update via SDK Studio ([#6](https://github.com/clear-street/studio-sdk-node/issues/6)) ([290bd35](https://github.com/clear-street/studio-sdk-node/commit/290bd3543fbbd77f8e9858dfafbc4dfc628effd7))

## 0.1.0-alpha.1 (2024-07-09)

Full Changelog: [v0.0.1-alpha.1...v0.1.0-alpha.1](https://github.com/clear-street/studio-sdk-node/compare/v0.0.1-alpha.1...v0.1.0-alpha.1)

### Features

* **api:** update via SDK Studio ([#3](https://github.com/clear-street/studio-sdk-node/issues/3)) ([17b3504](https://github.com/clear-street/studio-sdk-node/commit/17b3504673b9f3df9e09e34e0cac8887821fa950))

## 0.0.1-alpha.1 (2024-07-09)

Full Changelog: [v0.0.1-alpha.0...v0.0.1-alpha.1](https://github.com/clear-street/studio-sdk-node/compare/v0.0.1-alpha.0...v0.0.1-alpha.1)

### Chores

* go live ([#2](https://github.com/clear-street/studio-sdk-node/issues/2)) ([ae55324](https://github.com/clear-street/studio-sdk-node/commit/ae553245a799725722002e505c86f8a890e7ae53))
* update SDK settings ([ced4fd5](https://github.com/clear-street/studio-sdk-node/commit/ced4fd5ea0d79a15245c1a88ffaf6e245bbc46b7))
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-alpha.1'; // x-release-please-version
export const VERSION = '0.1.0-alpha.2'; // x-release-please-version

0 comments on commit dcb25ef

Please sign in to comment.