Skip to content

Commit

Permalink
release: 0.0.1-alpha.1
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] authored Apr 24, 2024
1 parent 1d0c275 commit 9cc7e5d
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 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.0.1-alpha.0"
".": "0.0.1-alpha.1"
}
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Changelog

## 0.0.1-alpha.1 (2024-04-24)

Full Changelog: [v0.0.1-alpha.0...v0.0.1-alpha.1](https://github.com/vvonchain/case-filing-api/compare/v0.0.1-alpha.0...v0.0.1-alpha.1)

### Chores

* go live ([#3](https://github.com/vvonchain/case-filing-api/issues/3)) ([1d0c275](https://github.com/vvonchain/case-filing-api/commit/1d0c275534769394b20b1365277f9f8176bd379f))
* update SDK settings ([#1](https://github.com/vvonchain/case-filing-api/issues/1)) ([8db6408](https://github.com/vvonchain/case-filing-api/commit/8db6408c456baf0ee45bbb0f6e3c6a57172f2d90))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "case-filing-api",
"version": "0.0.1-alpha.0",
"version": "0.0.1-alpha.1",
"description": "The official TypeScript library for the Case Filing API API",
"author": "Case Filing API <[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.0.1-alpha.0'; // x-release-please-version
export const VERSION = '0.0.1-alpha.1'; // x-release-please-version

0 comments on commit 9cc7e5d

Please sign in to comment.