Skip to content

Commit 33d0a4e

Browse files
committed
v5.0.6
1 parent 66cfec9 commit 33d0a4e

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.6 (2023-01-09)</small>
2+
3+
* chore: bumping out of date deps (#603) ([66cfec9](https://github.com/readmeio/api/commit/66cfec9)), closes [#603](https://github.com/readmeio/api/issues/603)
4+
* fix: broken badge, remove unnecessary `.svg` extension ([7c5224c](https://github.com/readmeio/api/commit/7c5224c)), closes [badges/shields#8671](https://github.com/badges/shields/issues/8671)
5+
* fix: failing tests (#602) ([c19a991](https://github.com/readmeio/api/commit/c19a991)), closes [#602](https://github.com/readmeio/api/issues/602)
6+
7+
8+
19
## <small>5.0.5 (2022-12-09)</small>
210

311
* fix: resolving typing issues in JS codegen (#593) ([ab97a70](https://github.com/readmeio/api/commit/ab97a70)), closes [#593](https://github.com/readmeio/api/issues/593)

lerna.json

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

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