Skip to content

Commit

Permalink
chore(release): 1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# 1.0.0 (2020-09-14)

### Bug Fixes

* validate specObj for all commands and clone before dereferencing ([01482cf](01482cf))

### Features

* **compare:** added initial comparison mode and e2e tests ([16faffb](16faffb))
* initial version ([623e145](623e145))
  • Loading branch information
semantic-release-bot committed Sep 14, 2020
1 parent 776aa3d commit 997981b
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# 1.0.0 (2020-09-14)


### Bug Fixes

* validate specObj for all commands and clone before dereferencing ([01482cf](https://github.com/digio/oaat/commit/01482cf6e68523aa26c3ab4ca2fa7801089a5b8f))


### Features

* **compare:** added initial comparison mode and e2e tests ([16faffb](https://github.com/digio/oaat/commit/16faffb4cbf176be5127fe832c6089ebb83d2345))
* initial version ([623e145](https://github.com/digio/oaat/commit/623e145c88f35a620e7105c18a1b3195703780b8))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "openapi-mock-aws",
"version": "0.0.0-development",
"version": "1.0.0",
"description": "Open API AWS Tool with support for deploying an API to AWS API Gateway",
"repository": {
"type": "git",
Expand Down

0 comments on commit 997981b

Please sign in to comment.