Skip to content

Commit

Permalink
v4.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
erunion committed May 18, 2022
1 parent 723299e commit 5c34902
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## <small>4.5.1 (2022-05-18)</small>

* fix: broken test ([723299e](https://github.com/readmeio/api/commit/723299e))
* fix: broken test ([cc0a5c1](https://github.com/readmeio/api/commit/cc0a5c1))
* fix: stop storing absolute paths in the cache store to where specs are ([40e1376](https://github.com/readmeio/api/commit/40e1376))



## 4.5.0 (2022-05-17)

* docs: updating docs on the new cacheDir option ([8863791](https://github.com/readmeio/api/commit/8863791))
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"packages": [
"packages/*"
],
"version": "4.5.0"
"version": "4.5.1"
}
2 changes: 1 addition & 1 deletion packages/api/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "api",
"version": "4.5.0",
"version": "4.5.1",
"description": "Generate an SDK from an OpenAPI definition",
"main": "src/index.js",
"scripts": {
Expand Down

0 comments on commit 5c34902

Please sign in to comment.