Skip to content

Commit fd5c5c7

Browse files
Merge pull request #106 from bootgs/release-please--branches--main--components--bootgs
chore(main): release 1.9.0
2 parents d4d8a55 + c7c31f9 commit fd5c5c7

3 files changed

Lines changed: 12 additions & 3 deletions

File tree

CHANGELOG.md

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

3+
## [1.9.0](https://github.com/bootgs/boot/compare/v1.8.0...v1.9.0) (2026-04-15)
4+
5+
6+
### Features
7+
8+
* **core:** core logic and service improvements ([00e6e0c](https://github.com/bootgs/boot/commit/00e6e0c13244b82d36c4322737510352dc4ca693))
9+
* **core:** introduce ResponseEntity, ResponseBody and produces support ([b13fb1b](https://github.com/bootgs/boot/commit/b13fb1b61fa3b91dd9ffa57525ebc8ec1768e05e))
10+
* **service:** add support for Apps Script output types in ResponseBuilder and cleanup ([db2f912](https://github.com/bootgs/boot/commit/db2f912550963e5516cfd41336784dc42d10aae7))
11+
312
## [1.8.0](https://github.com/bootgs/boot/compare/v1.7.1...v1.8.0) (2026-04-14)
413

514

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": "bootgs",
3-
"version": "1.8.0",
3+
"version": "1.9.0",
44
"description": "Boot Framework for Google Apps Script™ projects.",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)