Skip to content
This repository has been archived by the owner on Jan 5, 2024. It is now read-only.

Commit

Permalink
chore(release): 1.4.2 [skip ci]
Browse files Browse the repository at this point in the history
## [1.4.2](1.4.1...1.4.2) (2023-05-05)

### Bug Fixes

* **deps:** update dependency swagger-ui-express to v4.6.3 ([#23](#23)) ([8915e4d](8915e4d))
  • Loading branch information
semantic-release-bot committed May 5, 2023
1 parent 8915e4d commit a51cba0
Show file tree
Hide file tree
Showing 2 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 @@
## [1.4.2](https://github.com/timo-reymann/terraform-module-aws-apigateway-swagger-ui/compare/1.4.1...1.4.2) (2023-05-05)


### Bug Fixes

* **deps:** update dependency swagger-ui-express to v4.6.3 ([#23](https://github.com/timo-reymann/terraform-module-aws-apigateway-swagger-ui/issues/23)) ([8915e4d](https://github.com/timo-reymann/terraform-module-aws-apigateway-swagger-ui/commit/8915e4d55deeef57f389c27d7a5354546790cc05))

## [1.4.1](https://github.com/timo-reymann/terraform-module-aws-apigateway-swagger-ui/compare/1.4.0...1.4.1) (2023-05-02)


Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Serve Swagger documentation right from your API-Gateway.
```hcl
module "swagger_ui" {
source = "timo-reymann/terraform-module-aws-apigateway-swagger-ui"
version = "1.4.1"
version = "1.4.2"
prefix = "my-api-service"
openapi_definition_content = file("my-definition.yml")
Expand All @@ -38,7 +38,7 @@ You can also reuse the output `routes` to get a reference or even generate it in
```hcl
module "swagger_ui" {
source = "timo-reymann/terraform-module-aws-apigateway-swagger-ui"
version = "1.4.1"
version = "1.4.2"
prefix = "my-api-service"
openapi_definition_content = file("my-definition.yml")
Expand Down

0 comments on commit a51cba0

Please sign in to comment.