Skip to content

Commit 726b569

Browse files
Release (#131)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 585ef8d commit 726b569

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.changeset/sixty-ducks-laugh.md

-5
This file was deleted.

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# esbuild-cf-functions-plugin
22

3+
## 1.0.0
4+
5+
### Major Changes
6+
7+
- [#130](https://github.com/BeeeQueue/esbuild-cf-functions-plugin/pull/130) [`ff66646`](https://github.com/BeeeQueue/esbuild-cf-functions-plugin/commit/ff666461fa95f2554fd2d0d5a7c922e8cdcead2a) - Dropped node versions <17, now requires 18+.
8+
39
## 0.2.2
410

511
### Patch Changes

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "esbuild-cf-functions-plugin",
33
"description": "A plugin to configure ESBuild for building code compatible with CloudFront Functions",
4-
"version": "0.2.2",
4+
"version": "1.0.0",
55
"author": "BeeeQueue <adam@haglund.dev>",
66
"license": "MIT",
77
"repository": {

0 commit comments

Comments
 (0)