Skip to content

Commit

Permalink
Release (#9)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
beeequeue and github-actions[bot] authored Jun 19, 2022
1 parent 0d4a674 commit 0bc4e40
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 10 deletions.
9 changes: 0 additions & 9 deletions .changeset/fuzzy-donuts-double.md

This file was deleted.

10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>",
"license": "MIT",
"repository": {
Expand Down

0 comments on commit 0bc4e40

Please sign in to comment.