Skip to content

Commit

Permalink
1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
wessberg committed May 29, 2021
1 parent daed06d commit 839fd9a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## [1.1.3](https://github.com/wessberg/cjstoesm/compare/v1.1.2...v1.1.3) (2021-05-29)

## [1.1.2](https://github.com/wessberg/cjstoesm/compare/v1.1.1...v1.1.2) (2021-05-28)

## [1.1.1](https://github.com/wessberg/cjstoesm/compare/v1.1.0...v1.1.1) (2021-05-26)
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,7 @@ The following command transforms all files matched by the glob `**/*.*` and emit
```
cjstoesm "**/*.*" dist
```

Here's an overview of the options that can be passed via the CLI:

```
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cjstoesm",
"version": "1.1.2",
"version": "1.1.3",
"description": "A tool that can transform CommonJS to ESM",
"scripts": {
"generate:sandhog": "sandhog all --yes",
Expand Down

0 comments on commit 839fd9a

Please sign in to comment.