Skip to content

Commit a18b251

Browse files
Merge pull request #25 from bootgs/max/next
Max/next
2 parents 23c8577 + ece9d69 commit a18b251

File tree

3 files changed

+21
-14
lines changed

3 files changed

+21
-14
lines changed

CHANGELOG.md

Lines changed: 8 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -9,39 +9,34 @@
99

1010
## [1.1.0](https://github.com/MaksymStoianov/appsscript-boot/compare/v1.0.3...v1.1.0) (2025-09-09)
1111

12-
1312
### Features
1413

15-
* Refactor utils and add createApp alias ([c4ac82f](https://github.com/MaksymStoianov/appsscript-boot/commit/c4ac82fed83df22816c9d065e1ac7028aedce5e9))
16-
14+
- Refactor utils and add createApp alias ([c4ac82f](https://github.com/MaksymStoianov/appsscript-boot/commit/c4ac82fed83df22816c9d065e1ac7028aedce5e9))
1715

1816
### Bug Fixes
1917

20-
* Critical bug preventing dependency injection ([a62b212](https://github.com/MaksymStoianov/appsscript-boot/commit/a62b212376ef6909f6c2e83fd291096b6a5a5bb7))
18+
- Critical bug preventing dependency injection ([a62b212](https://github.com/MaksymStoianov/appsscript-boot/commit/a62b212376ef6909f6c2e83fd291096b6a5a5bb7))
2119

2220
## [1.0.3](https://github.com/MaksymStoianov/appsscript-boot/compare/v1.0.2...v1.0.3) (2025-09-02)
2321

24-
2522
### Bug Fixes
2623

27-
* controllers ([17fcdb4](https://github.com/MaksymStoianov/appsscript-boot/commit/17fcdb415ee0e7cec98976ff7b0dd6270b78cf02))
28-
* controllers ([79339ae](https://github.com/MaksymStoianov/appsscript-boot/commit/79339ae8109af400ed2e1eb3580f2d2f2cb1946a))
24+
- controllers ([17fcdb4](https://github.com/MaksymStoianov/appsscript-boot/commit/17fcdb415ee0e7cec98976ff7b0dd6270b78cf02))
25+
- controllers ([79339ae](https://github.com/MaksymStoianov/appsscript-boot/commit/79339ae8109af400ed2e1eb3580f2d2f2cb1946a))
2926

3027
## [1.0.2](https://github.com/MaksymStoianov/appsscript-boot/compare/v1.0.1...v1.0.2) (2025-09-02)
3128

32-
3329
### Bug Fixes
3430

35-
* imports ([c525656](https://github.com/MaksymStoianov/appsscript-boot/commit/c5256565d84c6cd53aa36dd1312d7880044af84a))
36-
* **readme:** fix link in README.md ([938931f](https://github.com/MaksymStoianov/appsscript-boot/commit/938931f39fd3646f2d5b17345d503dd27a6601e3))
31+
- imports ([c525656](https://github.com/MaksymStoianov/appsscript-boot/commit/c5256565d84c6cd53aa36dd1312d7880044af84a))
32+
- **readme:** fix link in README.md ([938931f](https://github.com/MaksymStoianov/appsscript-boot/commit/938931f39fd3646f2d5b17345d503dd27a6601e3))
3733

3834
## [1.0.1](https://github.com/MaksymStoianov/appsscript-boot/compare/v1.0.0...v1.0.1) (2025-08-31)
3935

40-
4136
### Bug Fixes
4237

43-
* lint ([794c1b7](https://github.com/MaksymStoianov/appsscript-boot/commit/794c1b760aac01e7124c8561d44f42fef69fdf91))
44-
* lint ([9ece0d8](https://github.com/MaksymStoianov/appsscript-boot/commit/9ece0d8733025d82ba75baf0489001c37776b511))
38+
- lint ([794c1b7](https://github.com/MaksymStoianov/appsscript-boot/commit/794c1b760aac01e7124c8561d44f42fef69fdf91))
39+
- lint ([9ece0d8](https://github.com/MaksymStoianov/appsscript-boot/commit/9ece0d8733025d82ba75baf0489001c37776b511))
4540

4641
## 1.0.0 (2025-07-25)
4742

package-lock.json

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,11 @@
2626
"javascript",
2727
"bootgs"
2828
],
29-
"author": "Maksym Stoianov <[email protected]>",
29+
"author": {
30+
"name": "Maksym Stoianov",
31+
"email": "[email protected]",
32+
"url": "https://maksymstoianov.com"
33+
},
3034
"license": "Apache-2.0",
3135
"type": "module",
3236
"bugs": {

0 commit comments

Comments
 (0)