Skip to content

Commit

Permalink
v5.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
erunion committed Mar 17, 2023
1 parent 1a457e4 commit bd15ecc
Show file tree
Hide file tree
Showing 8 changed files with 19 additions and 10 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## <small>5.0.8 (2023-03-17)</small>

* chore(deps): bump http-cache-semantics from 4.1.0 to 4.1.1 (#613) ([ebb90af](https://github.com/readmeio/api/commit/ebb90af)), closes [#613](https://github.com/readmeio/api/issues/613)
* chore(deps): bumping out of date deps (#611) ([287a708](https://github.com/readmeio/api/commit/287a708)), closes [#611](https://github.com/readmeio/api/issues/611)
* chore(test): refreshing the smoketest dataset ([1a457e4](https://github.com/readmeio/api/commit/1a457e4))
* feat: add install flag to bypass prompt (#625) ([415fb8e](https://github.com/readmeio/api/commit/415fb8e)), closes [#625](https://github.com/readmeio/api/issues/625)



## <small>5.0.7 (2023-01-23)</small>

* fix: moving off `fs/promises` to `fs` in client-side code (#605) ([1d9c87e](https://github.com/readmeio/api/commit/1d9c87e)), closes [#605](https://github.com/readmeio/api/issues/605)
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"packages": ["packages/*"],
"version": "5.0.7"
"version": "5.0.8"
}
4 changes: 2 additions & 2 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions 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": "5.0.7",
"version": "5.0.8",
"description": "Magical SDK generation from an OpenAPI definition 🪄",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/api/src/packageInfo.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
// This file is automatically updated by the build script.
export const PACKAGE_NAME = 'api';
export const PACKAGE_VERSION = '5.0.7';
export const PACKAGE_VERSION = '5.0.8';
4 changes: 2 additions & 2 deletions packages/httpsnippet-client-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/httpsnippet-client-api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "httpsnippet-client-api",
"version": "5.0.7",
"version": "5.0.8",
"description": "An HTTPSnippet client for generating snippets for the `api` module.",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down

0 comments on commit bd15ecc

Please sign in to comment.