Skip to content

Commit 13860d6

Browse files
Merge pull request #12 from MaksymStoianov/release-please--branches--main--components--appsscript-utils
chore(main): release 1.2.0
2 parents 26b9fc0 + e7dc146 commit 13860d6

File tree

3 files changed

+18
-3
lines changed

3 files changed

+18
-3
lines changed

CHANGELOG.md

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

3+
## [1.2.0](https://github.com/MaksymStoianov/appsscript-utils/compare/v1.1.1...v1.2.0) (2025-09-02)
4+
5+
6+
### Features
7+
8+
* **base/isFunctionLike:** Add isFunctionLike utility function ([0f3177b](https://github.com/MaksymStoianov/appsscript-utils/commit/0f3177b5857a319c5eac51acd8d5d80a8fcc50fb))
9+
* **base/nonBoolean:** Add nonBoolean utility function ([1c0192c](https://github.com/MaksymStoianov/appsscript-utils/commit/1c0192c14ca2f2a8e6e3120716f8c17c7e440ca7))
10+
* **base/nonEmpty:** Add nonEmpty utility function ([d4bf710](https://github.com/MaksymStoianov/appsscript-utils/commit/d4bf7101d900923decee3261d048ede7d1f41108))
11+
12+
13+
### Bug Fixes
14+
15+
* lint ([db80175](https://github.com/MaksymStoianov/appsscript-utils/commit/db80175b87a03a056c1900d8382d786063511566))
16+
* **readme:** fix link in README.md ([62a4dd8](https://github.com/MaksymStoianov/appsscript-utils/commit/62a4dd897b93951452edc89d2ed2568db044e4de))
17+
318
## [1.1.1](https://github.com/MaksymStoianov/appsscript-utils/compare/v1.1.0...v1.1.1) (2025-08-31)
419

520

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

0 commit comments

Comments
 (0)