Skip to content

Commit e53d17d

Browse files
chore(master): release 3.0.0-alpha (#1032)
* chore(master): release 3.0.0-alpha * Update CHANGELOG.md --------- Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> Co-authored-by: Steve Bazyl <sqrrrl@gmail.com>
1 parent 17770fd commit e53d17d

File tree

3 files changed

+20
-3
lines changed

3 files changed

+20
-3
lines changed

CHANGELOG.md

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

3+
## [3.0.0-alpha](https://github.com/google/clasp/compare/v2.5.0...v3.0.0-alpha) (2025-03-11)
4+
5+
### ⚠ BREAKING CHANGES
6+
7+
* CLI syntax changed for some commands. Flattens the command structure so it is consistent.
8+
* Typescript is no longer transpiled by clasp. Use Typescript + Rollup or another bundler to transpile code before pushing.
9+
10+
### Features
11+
12+
* Added `--user` option to allow easy switching between authorized users.
13+
14+
### Bug Fixes
15+
16+
* Don't write files on clone if unable to fetch proejct ([#824](https://github.com/google/clasp/issues/824)) ([5f7e06f](https://github.com/google/clasp/commit/5f7e06f565d11852108d330c03dada28895c22d7))
17+
* Speed up directory crawling ([588d1bc](https://github.com/google/clasp/commit/588d1bc8df14568bc3dd7d331f3adde44f784f9e))
18+
* Fix `--no-localhost` option during authorization
19+
320
## [2.5.0](https://github.com/google/clasp/compare/v2.4.2...v2.5.0) (2025-01-09)
421

522

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

0 commit comments

Comments
 (0)