From 839fd9a7dbfd29466ca027fb428981b0a2682c14 Mon Sep 17 00:00:00 2001 From: wessberg Date: Sat, 29 May 2021 23:21:34 +0200 Subject: [PATCH] 1.1.3 --- CHANGELOG.md | 2 ++ README.md | 1 + package.json | 2 +- 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a7e792d..b61d9b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/README.md b/README.md index 89ae74c..5744b17 100644 --- a/README.md +++ b/README.md @@ -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: ``` diff --git a/package.json b/package.json index fc10e74..e3a306a 100644 --- a/package.json +++ b/package.json @@ -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",