Skip to content

Commit

Permalink
release: 0.1.0-alpha.3
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] authored Nov 16, 2024
1 parent 7ee4827 commit 015adcf
Show file tree
Hide file tree
Showing 4 changed files with 14 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.1.0-alpha.2"
".": "0.1.0-alpha.3"
}
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## 0.1.0-alpha.3 (2024-11-16)

Full Changelog: [v0.1.0-alpha.2...v0.1.0-alpha.3](https://github.com/mpatankar/train-travel-sdk/compare/v0.1.0-alpha.2...v0.1.0-alpha.3)

### Chores

* rebuild project due to codegen change ([#11](https://github.com/mpatankar/train-travel-sdk/issues/11)) ([27cdb27](https://github.com/mpatankar/train-travel-sdk/commit/27cdb275a4034970936fb69529b646af0987d9e3))
* rebuild project due to codegen change ([#13](https://github.com/mpatankar/train-travel-sdk/issues/13)) ([8cae2b3](https://github.com/mpatankar/train-travel-sdk/commit/8cae2b3e091cc9a2c8a92b97e5c454ebb13ddb40))
* rebuild project due to codegen change ([#14](https://github.com/mpatankar/train-travel-sdk/issues/14)) ([fa8246a](https://github.com/mpatankar/train-travel-sdk/commit/fa8246a7a89d02962cc7ddb3405f9b928f693062))
* rebuild project due to codegen change ([#15](https://github.com/mpatankar/train-travel-sdk/issues/15)) ([7ee4827](https://github.com/mpatankar/train-travel-sdk/commit/7ee482768b69ef648a8819fc96ccc093e2109414))

## 0.1.0-alpha.2 (2024-10-22)

Full Changelog: [v0.1.0-alpha.1...v0.1.0-alpha.2](https://github.com/mpatankar/train-travel-sdk/compare/v0.1.0-alpha.1...v0.1.0-alpha.2)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "train-travel-friction-analysis-demo",
"version": "0.1.0-alpha.2",
"version": "0.1.0-alpha.3",
"description": "The official TypeScript library for the Train Travel Friction Analysis API",
"author": "Train Travel Friction Analysis <[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-alpha.2'; // x-release-please-version
export const VERSION = '0.1.0-alpha.3'; // x-release-please-version

0 comments on commit 015adcf

Please sign in to comment.