Skip to content

Commit b607b57

Browse files
chore(master): release 3.0.6-alpha (#1065)
* chore(master): release 3.0.6-alpha * Update README.md * Fix bad merge, lint error --------- Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> Co-authored-by: Steve Bazyl <sqrrrl@gmail.com>
1 parent 940eb5d commit b607b57

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

CHANGELOG.md

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

3+
## [3.0.6-alpha](https://github.com/google/clasp/compare/v3.0.5-alpha...v3.0.6-alpha) (2025-05-30)
4+
5+
6+
### Bug Fixes
7+
8+
* Add missing commands ([#1063](https://github.com/google/clasp/issues/1063)) ([ec9184f](https://github.com/google/clasp/commit/ec9184f6535a4c042d27f7fccb6e453683aad7f1))
9+
* check if local path's dirname is not root ([#1061](https://github.com/google/clasp/issues/1061)) ([c4f02dd](https://github.com/google/clasp/commit/c4f02dd70c3a5ddb7e7dcf6d278fb0431c8b717f))
10+
* lint ([a289881](https://github.com/google/clasp/commit/a2898814b47a6392111bdb3daa774cf3fdae71b2))
11+
312
## [3.0.5-alpha](https://github.com/google/clasp/compare/v3.0.4-alpha...v3.0.5-alpha) (2025-05-30)
413

514

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

0 commit comments

Comments
 (0)