diff --git a/CHANGELOG.md b/CHANGELOG.md index 86e82890..bbc871c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [2.5.0](https://github.com/google/clasp/compare/v2.4.2...v2.5.0) (2025-01-09) + + +### Features + +* Add support for custom redirect port in clasp login ([#1020](https://github.com/google/clasp/issues/1020)) ([d55832e](https://github.com/google/clasp/commit/d55832e59d63c480ae591f7d1ecba457ebfafb7b)) + + +### Bug Fixes + +* Don't write files on clone if unable to fetch proejct ([#824](https://github.com/google/clasp/issues/824)) ([b3b292a](https://github.com/google/clasp/commit/b3b292acfcc9bb191a3f4171601b8c420c187546)) +* Rethrow error so command exits with error status ([#1019](https://github.com/google/clasp/issues/1019)) ([29ac629](https://github.com/google/clasp/commit/29ac62988b970b1905fe2601828bf7dcaac47b54)) + ## [2.4.2](https://github.com/google/clasp/compare/v2.4.1...v2.4.2) (2022-09-26) diff --git a/package-lock.json b/package-lock.json index eea4055e..0eff4e42 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@google/clasp", - "version": "2.4.2", + "version": "2.5.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@google/clasp", - "version": "2.4.2", + "version": "2.5.0", "license": "Apache-2.0", "dependencies": { "@sindresorhus/is": "^4.0.1", diff --git a/package.json b/package.json index 034b2ea6..5050fade 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@google/clasp", - "version": "2.4.2", + "version": "2.5.0", "description": "Develop Apps Script Projects locally", "type": "module", "exports": "./build/src/index.js",