From 0bc4e40ff3c1c10678a870559e9b4ced8e97a134 Mon Sep 17 00:00:00 2001 From: Adam Haglund Date: Sun, 19 Jun 2022 21:24:48 +0200 Subject: [PATCH] Release (#9) Co-authored-by: github-actions[bot] --- .changeset/fuzzy-donuts-double.md | 9 --------- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 3 files changed, 11 insertions(+), 10 deletions(-) delete mode 100644 .changeset/fuzzy-donuts-double.md diff --git a/.changeset/fuzzy-donuts-double.md b/.changeset/fuzzy-donuts-double.md deleted file mode 100644 index 2ba9639..0000000 --- a/.changeset/fuzzy-donuts-double.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -"esbuild-cf-functions-plugin": patch ---- - -Changed the output format to ES modules. - -This should always result in smaller output file sizes! - -For example, the example function went from `1.3kb` to `0.45kb`! diff --git a/CHANGELOG.md b/CHANGELOG.md index ec200d1..5295c39 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # esbuild-cf-functions-plugin +## 0.1.1 + +### Patch Changes + +- [`98f4bde`](https://github.com/BeeeQueue/esbuild-cf-functions-plugin/commit/98f4bde5e097a6e83cf39a7e90b265bd045367d0) - Changed the output format to ES modules. + + This should always result in smaller output file sizes! + + For example, the example function went from `1.3kb` to `0.45kb`! + ## 0.1.0 ### Minor Changes diff --git a/package.json b/package.json index e3ddb17..e2517c3 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "esbuild-cf-functions-plugin", "description": "A plugin to configure ESBuild for building code compatible with CloudFront Functions", - "version": "0.1.0", + "version": "0.1.1", "author": "BeeeQueue ", "license": "MIT", "repository": {