From ebd16028b379d9c8ce83dddad0af37e2a049eb41 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Mon, 8 Dec 2025 21:02:49 +0000 Subject: [PATCH] chore(master): release 3.2.0 --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 73127f0c..8b35b791 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.2.0](https://github.com/google/clasp/compare/v3.1.3...v3.2.0) (2025-12-08) + + +### Features + +* Support custom port for no-localhost login ([#1104](https://github.com/google/clasp/issues/1104)) ([833eb7c](https://github.com/google/clasp/commit/833eb7cc5d7fecfca5fc8e2a7c9cdb837f56d38f)) + ## [3.1.3](https://github.com/google/clasp/compare/v3.1.2...v3.1.3) (2025-11-19) diff --git a/package-lock.json b/package-lock.json index 6c9e2d3a..ccdd60ee 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@google/clasp", - "version": "3.1.3", + "version": "3.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@google/clasp", - "version": "3.1.3", + "version": "3.2.0", "license": "Apache-2.0", "dependencies": { "@formatjs/intl": "^3.1.6", diff --git a/package.json b/package.json index 27ed54cf..f76541d0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@google/clasp", - "version": "3.1.3", + "version": "3.2.0", "description": "Develop Apps Script Projects locally", "type": "module", "exports": "./build/src/index.js",