Skip to content

Commit b9f99c7

Browse files
author
Daniel Bot
committed
chore(release): 0.1.1
1 parent 77152ac commit b9f99c7

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
### [0.1.1](https://github.com/iDanielBot/cdk-http-openapi/compare/v0.1.0...v0.1.1) (2022-10-06)
6+
7+
8+
### Bug Fixes
9+
10+
* make custom authorizer optional and give access to cfnApi ([cea7f34](https://github.com/iDanielBot/cdk-http-openapi/commit/cea7f34af7b4d5eb5cfda554ee1e86e3d9997145))
11+
* remove trailing colon from prerelease script ([77152ac](https://github.com/iDanielBot/cdk-http-openapi/commit/77152ac7267f6ea200e80728c9a2e13e7117ed29))
12+
513
## [0.1.0](https://github.com/iDanielBot/cdk-http-openapi/compare/v0.0.3...v0.1.0) (2022-10-06)
614

715

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cdk-http-openapi",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "CDK Construct that lets you build AWS Api Gateway Http Api, backed by Lambdas, based on a OpenAPI spec file.",
55
"scripts": {
66
"build": "jsii",

0 commit comments

Comments
 (0)