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] committed Oct 25, 2024
1 parent 22544c4 commit a4d19fd
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-10-24)

Full Changelog: [v0.0.1-alpha.0...v0.0.1-alpha.1](https://github.com/Dizzzmas/sst-url-shortener-js-sdk/compare/v0.0.1-alpha.0...v0.0.1-alpha.1)

### Chores

* go live ([#1](https://github.com/Dizzzmas/sst-url-shortener-js-sdk/issues/1)) ([c4deac4](https://github.com/Dizzzmas/sst-url-shortener-js-sdk/commit/c4deac4b55d2aaf3e420ebd9cfbecdbe2e7dac64))
* update SDK settings ([542a100](https://github.com/Dizzzmas/sst-url-shortener-js-sdk/commit/542a100e2ff95501fc467b182a0d52b3bc8b4323))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dizzzmas/sst-url-shortener-sdk",
"version": "0.0.1-alpha.0",
"version": "0.0.1-alpha.1",
"description": "The official TypeScript library for the Sst URL Shortener API",
"author": "Sst URL Shortener <[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 a4d19fd

Please sign in to comment.