Skip to content

Commit b003a05

Browse files
committed
v5.0.7
1 parent 1d9c87e commit b003a05

File tree

8 files changed

+18
-10
lines changed

8 files changed

+18
-10
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## <small>5.0.7 (2023-01-23)</small>
2+
3+
* 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)
4+
* chore: bumping deps (#607) ([21bd60a](https://github.com/readmeio/api/commit/21bd60a)), closes [#607](https://github.com/readmeio/api/issues/607)
5+
* Adds ESM usage instructions (#606) ([6fadba7](https://github.com/readmeio/api/commit/6fadba7)), closes [#606](https://github.com/readmeio/api/issues/606)
6+
7+
8+
19
## <small>5.0.6 (2023-01-09)</small>
210

311
* chore: bumping out of date deps (#603) ([66cfec9](https://github.com/readmeio/api/commit/66cfec9)), closes [#603](https://github.com/readmeio/api/issues/603)

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"packages": ["packages/*"],
3-
"version": "5.0.6"
3+
"version": "5.0.7"
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.6",
3+
"version": "5.0.7",
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.6';
3+
export const PACKAGE_VERSION = '5.0.7';

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.6",
3+
"version": "5.0.7",
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)