Skip to content

Commit

Permalink
build: 10.4.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
erunion committed Mar 22, 2021
1 parent 7a8148c commit cd6e38d
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 @@
## 10.4.0 (2021-03-22)

* feat: allowing the passing of vars into `oas.url()` (#398) ([7a8148c](https://github.com/readmeio/oas/commit/7a8148c)), closes [#398](https://github.com/readmeio/oas/issues/398)
* ci: requiring npm@7 for local development (#397) ([f5e68e6](https://github.com/readmeio/oas/commit/f5e68e6)), closes [#397](https://github.com/readmeio/oas/issues/397)



## 10.3.0 (2021-03-20)

* ci: cleaning up the codeql workflow ([09adaef](https://github.com/readmeio/oas/commit/09adaef))
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": "10.3.0",
"version": "10.4.0",
"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 cd6e38d

Please sign in to comment.