Skip to content

Commit

Permalink
chore(release): 4.0.0-beta.2 [skip ci]
Browse files Browse the repository at this point in the history
# [4.0.0-beta.2](v4.0.0-beta.1...v4.0.0-beta.2) (2020-09-25)

### Bug Fixes

* **parameter:** stripping out unknown parameter should work with oneOf (union) type ([7f6a5d9](7f6a5d9))
  • Loading branch information
semantic-release-bot committed Sep 25, 2020
1 parent c573d0e commit 79bca57
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [4.0.0-beta.2](https://github.com/serverless-seoul/corgi/compare/v4.0.0-beta.1...v4.0.0-beta.2) (2020-09-25)


### Bug Fixes

* **parameter:** stripping out unknown parameter should work with oneOf (union) type ([7f6a5d9](https://github.com/serverless-seoul/corgi/commit/7f6a5d95df1950bb6573d49079fa4d7f3b1ca1f7))

# [4.0.0-beta.1](https://github.com/serverless-seoul/corgi/compare/v3.2.1-beta.1...v4.0.0-beta.1) (2020-09-25)


Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@serverless-seoul/corgi",
"version": "4.0.0-beta.1",
"version": "4.0.0-beta.2",
"description": "Restful HTTP Framework for AWS Lambda - AWS API Gateway Proxy Integration",
"main": "./dst/index.js",
"typings": "./dst/index.d.ts",
Expand Down

0 comments on commit 79bca57

Please sign in to comment.