Skip to content

Commit d6fbaae

Browse files
chore: release 2.4.0 (#840)
* chore: release 2.4.0 * 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 f717e34 commit d6fbaae

File tree

3 files changed

+23
-3
lines changed

3 files changed

+23
-3
lines changed

CHANGELOG.md

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

3+
## [2.4.0](https://www.github.com/google/clasp/compare/v2.3.1...v2.4.0) (2021-06-11)
4+
5+
6+
### Features
7+
8+
* env & option based config files ([1b68374](https://www.github.com/google/clasp/commit/1b6837480b2e22cb8728cb80b2d8cfa36381d982))
9+
10+
11+
### Bug Fixes
12+
13+
* unnecessary code caused `help` command to crash ([3741f71](https://www.github.com/google/clasp/commit/3741f71d744a2db8c5f1304c3426b253f8e742bd))
14+
15+
16+
### Miscellaneous Chores
17+
18+
* switch from cjs to esm ([5055865](https://www.github.com/google/clasp/commit/5055865a28e48a654ffbb3b28212e53f484f76a4))
19+
20+
321
### [2.3.2](https://www.github.com/google/clasp/compare/v2.3.0...v2.3.2) (2021-05-17)
422

23+
524
### Miscellaneous Chores
625

726
* Republish 2.3.0 as 2.3.2 due to unintended breaking changes in 2.3.1
827

28+
929
### [2.3.1](https://www.github.com/google/clasp/compare/v2.3.0...v2.3.1) (2021-05-11)
1030

1131

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

0 commit comments

Comments
 (0)