Skip to content

Commit 5c34902

Browse files
committed
v4.5.1
1 parent 723299e commit 5c34902

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## <small>4.5.1 (2022-05-18)</small>
2+
3+
* fix: broken test ([723299e](https://github.com/readmeio/api/commit/723299e))
4+
* fix: broken test ([cc0a5c1](https://github.com/readmeio/api/commit/cc0a5c1))
5+
* fix: stop storing absolute paths in the cache store to where specs are ([40e1376](https://github.com/readmeio/api/commit/40e1376))
6+
7+
8+
19
## 4.5.0 (2022-05-17)
210

311
* docs: updating docs on the new cacheDir option ([8863791](https://github.com/readmeio/api/commit/8863791))

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
"packages": [
33
"packages/*"
44
],
5-
"version": "4.5.0"
5+
"version": "4.5.1"
66
}

packages/api/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "api",
3-
"version": "4.5.0",
3+
"version": "4.5.1",
44
"description": "Generate an SDK from an OpenAPI definition",
55
"main": "src/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)