Skip to content

Commit bd15ecc

Browse files
committed
v5.0.8
1 parent 1a457e4 commit bd15ecc

File tree

8 files changed

+19
-10
lines changed

8 files changed

+19
-10
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## <small>5.0.8 (2023-03-17)</small>
2+
3+
* 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)
4+
* 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)
5+
* chore(test): refreshing the smoketest dataset ([1a457e4](https://github.com/readmeio/api/commit/1a457e4))
6+
* 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)
7+
8+
9+
110
## <small>5.0.7 (2023-01-23)</small>
211

312
* 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)

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"packages": ["packages/*"],
3-
"version": "5.0.7"
3+
"version": "5.0.8"
44
}

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/api/package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/api/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "api",
3-
"version": "5.0.7",
3+
"version": "5.0.8",
44
"description": "Magical SDK generation from an OpenAPI definition 🪄",
55
"main": "./dist/index.js",
66
"types": "./dist/index.d.ts",

packages/api/src/packageInfo.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
// This file is automatically updated by the build script.
22
export const PACKAGE_NAME = 'api';
3-
export const PACKAGE_VERSION = '5.0.7';
3+
export const PACKAGE_VERSION = '5.0.8';

packages/httpsnippet-client-api/package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/httpsnippet-client-api/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "httpsnippet-client-api",
3-
"version": "5.0.7",
3+
"version": "5.0.8",
44
"description": "An HTTPSnippet client for generating snippets for the `api` module.",
55
"main": "./dist/index.js",
66
"types": "./dist/index.d.ts",

0 commit comments

Comments
 (0)