Skip to content

Commit b8a274d

Browse files
Merge pull request #16 from MaksymStoianov/release-please--branches--main--components--appsscript-utils
chore(main): release 1.4.0
2 parents 81887f7 + 201ec6a commit b8a274d

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.4.0](https://github.com/MaksymStoianov/appsscript-utils/compare/v1.3.0...v1.4.0) (2025-09-03)
4+
5+
6+
### Features
7+
8+
* **appsscript/admin/isAdmin:** Add isAdmin utility function ([a4dec07](https://github.com/MaksymStoianov/appsscript-utils/commit/a4dec07d6803baf5975f5f21dffb3c65e3f64e15))
9+
* **appsscript/sheets/sortSheets:** Add sortSheets utility function ([669987f](https://github.com/MaksymStoianov/appsscript-utils/commit/669987f8ad89033d9e97900a0cda85fd2abdae0b))
10+
* **base/nonFunction:** Add nonFunction utility function ([505c685](https://github.com/MaksymStoianov/appsscript-utils/commit/505c68542b65583218cd4cb75c228cefe763ad22))
11+
* **base/nonUndefined:** Add nonUndefined utility function ([aeb1273](https://github.com/MaksymStoianov/appsscript-utils/commit/aeb1273480d238e1978af25a8ac1e6f4ea71921d))
12+
* **base:** Add isArray and nonArray utility functions ([ef073d3](https://github.com/MaksymStoianov/appsscript-utils/commit/ef073d3250a00ca0357a5ca12f558df9caa066d5))
13+
* **base:** Add nonScalar and nonSymbol utility function ([92abd17](https://github.com/MaksymStoianov/appsscript-utils/commit/92abd1717d9371c289cc9da368dbbf5b5b3ea888))
14+
315
## [1.3.0](https://github.com/MaksymStoianov/appsscript-utils/compare/v1.2.0...v1.3.0) (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-utils",
3-
"version": "1.3.0",
3+
"version": "1.4.0",
44
"description": "Utilities and types for Google Apps Script development.",
55
"main": "src/index.ts",
66
"scripts": {

0 commit comments

Comments
 (0)