Skip to content

Commit bdf61df

Browse files
chore(master): release 3.1.1 (#1091)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 05d8e1c commit bdf61df

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed

CHANGELOG.md

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

3+
## [3.1.1](https://github.com/google/clasp/compare/v3.1.0...v3.1.1) (2025-10-31)
4+
5+
6+
### Features
7+
8+
* Add config file to make repo a Gemini CLI extension ([#1090](https://github.com/google/clasp/issues/1090)) ([3b4bb8a](https://github.com/google/clasp/commit/3b4bb8a0c861c514560ddc95c74e8b90b3a95435))
9+
10+
11+
### Bug Fixes
12+
13+
* Separated URL from prompt message to help terminals better detect URL to make it clickable ([#1089](https://github.com/google/clasp/issues/1089)) ([9d59aa1](https://github.com/google/clasp/commit/9d59aa13eb9d143cac6d13de8e7f8c864f8a5c7e))
14+
* update Gemini CLI extension config file ([#1092](https://github.com/google/clasp/issues/1092)) ([62e0dac](https://github.com/google/clasp/commit/62e0dace07756c5154f88979797a00e9d84ae403))
15+
316
## [3.1.0](https://github.com/google/clasp/compare/v3.0.6-alpha...v3.1.0) (2025-10-15)
417

518

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": "@google/clasp",
3-
"version": "3.1.0",
3+
"version": "3.1.1",
44
"description": "Develop Apps Script Projects locally",
55
"type": "module",
66
"exports": "./build/src/index.js",

0 commit comments

Comments
 (0)