File tree Expand file tree Collapse file tree 4 files changed +13
-3
lines changed Expand file tree Collapse file tree 4 files changed +13
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "." : " 0.1.0-alpha.2 "
2
+ "." : " 0.1.0-alpha.3 "
3
3
}
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 0.1.0-alpha.3 (2025-02-14)
4
+
5
+ Full Changelog: [ v0.1.0-alpha.2...v0.1.0-alpha.3] ( https://github.com/GitbookIO/lightswitch/compare/v0.1.0-alpha.2...v0.1.0-alpha.3 )
6
+
7
+ ### Chores
8
+
9
+ * ** internal:** codegen related update ([ #16 ] ( https://github.com/GitbookIO/lightswitch/issues/16 ) ) ([ a0b504c] ( https://github.com/GitbookIO/lightswitch/commit/a0b504c5bf3acdd499eb67b2d9451aa9b201c332 ) )
10
+ * ** internal:** remove unused method ([ #13 ] ( https://github.com/GitbookIO/lightswitch/issues/13 ) ) ([ 676a868] ( https://github.com/GitbookIO/lightswitch/commit/676a868abeeccf928a50e1b7d850f2892857e298 ) )
11
+ * ** internal:** update eslint config ([ #17 ] ( https://github.com/GitbookIO/lightswitch/issues/17 ) ) ([ c41e942] ( https://github.com/GitbookIO/lightswitch/commit/c41e942a9ee9400fba7b22dde2d2e2fc50eec6cb ) )
12
+
3
13
## 0.1.0-alpha.2 (2025-02-06)
4
14
5
15
Full Changelog: [ v0.1.0-alpha.1...v0.1.0-alpha.2] ( https://github.com/GitbookIO/lightswitch/compare/v0.1.0-alpha.1...v0.1.0-alpha.2 )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " lightswitch-api" ,
3
- "version" : " 0.1.0-alpha.2 " ,
3
+ "version" : " 0.1.0-alpha.3 " ,
4
4
"description" : " The official TypeScript library for the Lightswitch API" ,
5
5
"author" : " Lightswitch <dev-feedback@lightswitch.com>" ,
6
6
"types" : " dist/index.d.ts" ,
Original file line number Diff line number Diff line change 1
- export const VERSION = '0.1.0-alpha.2 ' ; // x-release-please-version
1
+ export const VERSION = '0.1.0-alpha.3 ' ; // x-release-please-version
You can’t perform that action at this time.
0 commit comments