Skip to content

Commit 4326b82

Browse files
author
Daniel Bot
committed
chore(release): 0.1.0
1 parent 2e180fc commit 4326b82

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
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.0](https://github.com/iDanielBot/cdk-http-openapi/compare/v0.0.3...v0.1.0) (2022-10-06)
6+
7+
8+
### Bug Fixes
9+
10+
* pick types from lib/index.t.ts ([2e180fc](https://github.com/iDanielBot/cdk-http-openapi/commit/2e180fcffe30e9cc778ed8ec5465e3d60a069369))
11+
512
### [0.0.3](https://github.com/iDanielBot/cdk-http-openapi/compare/v0.0.2...v0.0.3) (2022-10-06)
613

714

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cdk-http-openapi",
3-
"version": "0.0.3",
3+
"version": "0.1.0",
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",
@@ -12,7 +12,7 @@
1212
"pre-release": "npm run build && npm run package",
1313
"pre-release:dryrun": "npm run pre-release && standard-version --dry-run",
1414
"pre-release:minor": "npm run pre-release && standard-version --pre-release --release-as=minor",
15-
"prerelease:":"npm run pre-release && standard-version --pre-release",
15+
"prerelease:": "npm run pre-release && standard-version --pre-release",
1616
"postrelease": "git push && git push --tags"
1717
},
1818
"main": "lib/index.js",

0 commit comments

Comments
 (0)