Skip to content

Commit 1fa3da8

Browse files
Merge pull request #11 from MaksymStoianov/release-please--branches--main--components--appsscript-boot
chore(main): release 1.1.0
2 parents 9006d33 + 735e48d commit 1fa3da8

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [1.1.0](https://github.com/MaksymStoianov/appsscript-boot/compare/v1.0.3...v1.1.0) (2025-09-09)
4+
5+
6+
### Features
7+
8+
* Refactor utils and add createApp alias ([c4ac82f](https://github.com/MaksymStoianov/appsscript-boot/commit/c4ac82fed83df22816c9d065e1ac7028aedce5e9))
9+
10+
11+
### Bug Fixes
12+
13+
* Critical bug preventing dependency injection ([a62b212](https://github.com/MaksymStoianov/appsscript-boot/commit/a62b212376ef6909f6c2e83fd291096b6a5a5bb7))
14+
315
## [1.0.3](https://github.com/MaksymStoianov/appsscript-boot/compare/v1.0.2...v1.0.3) (2025-09-02)
416

517

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "appsscript-boot",
3-
"version": "1.0.3",
3+
"version": "1.1.0",
44
"description": "Boot for Google Apps Script Projects.",
55
"main": "src/index.ts",
66
"scripts": {

0 commit comments

Comments
 (0)