Skip to content

Commit

Permalink
chore(master): release 2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Jan 8, 2025
1 parent 1c75e06 commit 348e7c2
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [2.5.0](https://github.com/google/clasp/compare/v2.4.2...v2.5.0) (2025-01-08)


### 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

* 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)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 348e7c2

Please sign in to comment.