Skip to content

Commit 526afbc

Browse files
Merge pull request #14 from MaksymStoianov/release-please--branches--main--components--appsscript-utils
chore(main): release 1.3.0
2 parents 4a3418e + c194df7 commit 526afbc

File tree

3 files changed

+17
-3
lines changed

3 files changed

+17
-3
lines changed

CHANGELOG.md

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

3+
## [1.3.0](https://github.com/MaksymStoianov/appsscript-utils/compare/v1.2.0...v1.3.0) (2025-09-02)
4+
5+
6+
### Features
7+
8+
* **appsscript/sheets/nonSheet:** Add nonSheet utility function ([adab35c](https://github.com/MaksymStoianov/appsscript-utils/commit/adab35cbe0561ed520bdf4f06b3fb8e60d0e3f17))
9+
10+
11+
### Bug Fixes
12+
13+
* imports ([d8b407c](https://github.com/MaksymStoianov/appsscript-utils/commit/d8b407c46eb74a0a7277b435eb22eb7477f830eb))
14+
* imports ([528ecc1](https://github.com/MaksymStoianov/appsscript-utils/commit/528ecc1580f84dfe26f4676eb8fbb420ba7cf500))
15+
* src/base/index.ts add nonEmpty ([be7c474](https://github.com/MaksymStoianov/appsscript-utils/commit/be7c47444fb462c7fc71fe15e8fc5792a28f3dbc))
16+
317
## [1.2.0](https://github.com/MaksymStoianov/appsscript-utils/compare/v1.1.1...v1.2.0) (2025-09-02)
418

519

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-utils",
3-
"version": "1.2.0",
3+
"version": "1.3.0",
44
"description": "Utilities and types for Google Apps Script development.",
55
"main": "src/index.ts",
66
"scripts": {

0 commit comments

Comments
 (0)