Skip to content

Commit

Permalink
chore: release 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] committed May 18, 2021
1 parent 7d1db04 commit ef1aae8
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,19 @@
# Changelog

## [2.4.0](https://www.github.com/google/clasp/compare/v2.3.1...v2.4.0) (2021-05-18)


### Features

* switch from cjs to esm ([5055865](https://www.github.com/google/clasp/commit/5055865a28e48a654ffbb3b28212e53f484f76a4))


### Bug Fixes

* handle cjs specifics ([8063851](https://www.github.com/google/clasp/commit/8063851829a7ff2a07bfa0d808e8425363dde9fc))
* support legacy cjs config files ([b9aed32](https://www.github.com/google/clasp/commit/b9aed322af1b99f50429d7d9a49abe6d15d18a1d))
* unnecessary code caused `help` command to crash ([3741f71](https://www.github.com/google/clasp/commit/3741f71d744a2db8c5f1304c3426b253f8e742bd))

### [2.3.2](https://www.github.com/google/clasp/compare/v2.3.0...v2.3.2) (2021-05-17)

### Miscellaneous Chores
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
@@ -1,6 +1,6 @@
{
"name": "@google/clasp",
"version": "2.3.1",
"version": "2.4.0",
"description": "Develop Apps Script Projects locally",
"type": "module",
"exports": "./build/src/index.js",
Expand Down

0 comments on commit ef1aae8

Please sign in to comment.