Skip to content

Commit dc7fc37

Browse files
chore(master): release 3.0.5-alpha (#1062)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 08d6fdf commit dc7fc37

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

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

3+
## [3.0.5-alpha](https://github.com/google/clasp/compare/v3.0.4-alpha...v3.0.5-alpha) (2025-05-30)
4+
5+
6+
### Features
7+
8+
* Add -d option to delete files removed in the server script ([#291](https://github.com/google/clasp/issues/291)). ([bf03b1d](https://github.com/google/clasp/commit/bf03b1d77e841b837b30e043e98883902f227739))
9+
* Experimental mcp command to run clasp as an MCP server for use with coding agents ([ed90dbc](https://github.com/google/clasp/commit/ed90dbcf45d03985c381dfa945f5142178822c54))
10+
311
## [3.0.4-alpha](https://github.com/google/clasp/compare/v3.0.3-alpha...v3.0.4-alpha) (2025-05-09)
412

513

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

0 commit comments

Comments
 (0)