Skip to content

Commit

Permalink
build: 13.0.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
erunion committed Jun 30, 2021
1 parent 2858078 commit 3514034
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## <small>13.0.4 (2021-06-30)</small>

* fix: bug where variable-casing in servers and urls would break path matching (#456) ([2858078](https://github.com/readmeio/oas/commit/2858078)), closes [#456](https://github.com/readmeio/oas/issues/456)
* ci: run bundlewatch on node12 ([9e3b418](https://github.com/readmeio/oas/commit/9e3b418))



## <small>13.0.3 (2021-06-28)</small>

* fix: path matching quirk in oas files missing servers (#455) ([22269b4](https://github.com/readmeio/oas/commit/22269b4)), closes [#455](https://github.com/readmeio/oas/issues/455)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "oas",
"version": "13.0.3",
"version": "13.0.4",
"description": "Working with Swagger and OpenAPI definitions is hard. This makes it easier.",
"license": "MIT",
"author": "ReadMe <[email protected]> (http://readme.io)",
Expand Down

0 comments on commit 3514034

Please sign in to comment.