Skip to content

Commit fd7c582

Browse files
chore(master): release 3.1.3 (#1096)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 9e8f717 commit fd7c582

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

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

3+
## [3.1.3](https://github.com/google/clasp/compare/v3.1.2...v3.1.3) (2025-11-19)
4+
5+
6+
### Bug Fixes
7+
8+
* Add back redirect port to login cmd to be consistent with current documentation ([#1094](https://github.com/google/clasp/issues/1094)) ([9e8f717](https://github.com/google/clasp/commit/9e8f717f0c6be4684157000a2315b4ff104b9a07))
9+
* Gemini CLI Extension Path Issue ([#1097](https://github.com/google/clasp/issues/1097)) ([b466c57](https://github.com/google/clasp/commit/b466c57c08fe5c4e4526b99ccd6c0db4a989d447))
10+
311
## [3.1.1](https://github.com/google/clasp/compare/v3.1.0...v3.1.1) (2025-10-31)
412

513

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

0 commit comments

Comments
 (0)