From 64b9a99c4740f980fca364ed66fd2ad5b90d8878 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 22 Sep 2022 10:20:06 +0000 Subject: [PATCH] Version Packages --- .changeset/chilly-days-dance.md | 5 ----- .changeset/quiet-dots-tease.md | 5 ----- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 4 files changed, 9 insertions(+), 11 deletions(-) delete mode 100644 .changeset/chilly-days-dance.md delete mode 100644 .changeset/quiet-dots-tease.md diff --git a/.changeset/chilly-days-dance.md b/.changeset/chilly-days-dance.md deleted file mode 100644 index 41b836d..0000000 --- a/.changeset/chilly-days-dance.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"easy-apigateway": minor ---- - -Add configuration options for CORS diff --git a/.changeset/quiet-dots-tease.md b/.changeset/quiet-dots-tease.md deleted file mode 100644 index de154d9..0000000 --- a/.changeset/quiet-dots-tease.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"easy-apigateway": minor ---- - -Add support for Sentry diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b2e65c..dd8da0e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # easy-apigateway +## 0.4.0 + +### Minor Changes + +- [`efc055f`](https://github.com/phjardas/easy-apigateway/commit/efc055ffdc6c2feb2fcfb9f1cb7c0d8bf094bba2) Thanks [@phjardas](https://github.com/phjardas)! - Add configuration options for CORS + +* [`b5ea920`](https://github.com/phjardas/easy-apigateway/commit/b5ea92090b533b16502d03313d908f8aaf5fb1ee) Thanks [@phjardas](https://github.com/phjardas)! - Add support for Sentry + ## 0.3.0 ### Minor Changes diff --git a/package.json b/package.json index 0facbb1..11ca2e0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "easy-apigateway", - "version": "0.3.0", + "version": "0.4.0", "description": "Create REST APIs with AWS Lambda with grace", "license": "MIT", "main": "dist/cjs/index.js",