Skip to content

Commit

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

### Bug Fixes

* **typing:** use more strict types ([51aebb6](51aebb6))
* add missing optional parameter type inference ([96714b5](96714b5))

### Features

* **openapi:** add schema reference merging ([f817e42](f817e42))
* support automatic parameter type inference by using typebox ([598ad14](598ad14))

### BREAKING CHANGES

* This change requires TypeScript 4 and Node.js 12
  • Loading branch information
semantic-release-bot committed Sep 25, 2020
1 parent 5bde394 commit 0ff245a
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
# [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)


### Bug Fixes

* **typing:** use more strict types ([51aebb6](https://github.com/serverless-seoul/corgi/commit/51aebb6cd6d9a2809914e68e52a9729b4c056f8b))
* add missing optional parameter type inference ([96714b5](https://github.com/serverless-seoul/corgi/commit/96714b58252d492ec0706efb35e56c73beb67cca))


### Features

* **openapi:** add schema reference merging ([f817e42](https://github.com/serverless-seoul/corgi/commit/f817e42ddec4f54628b04f62c139b4b62ad39c8d))
* support automatic parameter type inference by using typebox ([598ad14](https://github.com/serverless-seoul/corgi/commit/598ad1475dcf382841b4f97189dc9b4b0a14ee7b))


### BREAKING CHANGES

* This change requires TypeScript 4 and Node.js 12

## [3.2.1-beta.1](https://github.com/serverless-seoul/corgi/compare/v3.2.0...v3.2.1-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": "3.2.1-beta.1",
"version": "4.0.0-beta.1",
"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 0ff245a

Please sign in to comment.