diff --git a/packages/fetch-api-client/CHANGELOG.md b/packages/fetch-api-client/CHANGELOG.md index bfb70a0..6ae1a46 100644 --- a/packages/fetch-api-client/CHANGELOG.md +++ b/packages/fetch-api-client/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 0.4.1 (2024-05-25) + +**Note:** Version bump only for package @interweb/fetch-api-client + + + + + # [0.4.0](https://github.com/cosmology-tech/schema-typescript/compare/@interweb/node-api-client@0.3.0...@interweb/node-api-client@0.4.0) (2024-05-25) **Note:** Version bump only for package @interweb/node-api-client diff --git a/packages/fetch-api-client/package.json b/packages/fetch-api-client/package.json index 36bca52..e08b867 100644 --- a/packages/fetch-api-client/package.json +++ b/packages/fetch-api-client/package.json @@ -1,6 +1,6 @@ { "name": "@interweb/fetch-api-client", - "version": "0.4.0", + "version": "0.4.1", "author": "Dan Lynch ", "description": "Node.js API Client", "main": "index.js", diff --git a/packages/schema-sdk/CHANGELOG.md b/packages/schema-sdk/CHANGELOG.md index 9645e80..41750c5 100644 --- a/packages/schema-sdk/CHANGELOG.md +++ b/packages/schema-sdk/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.4.1](https://github.com/cosmology-tech/schema-typescript/compare/schema-sdk@0.4.0...schema-sdk@0.4.1) (2024-05-25) + +**Note:** Version bump only for package schema-sdk + + + + + # [0.4.0](https://github.com/cosmology-tech/schema-typescript/compare/schema-sdk@0.3.0...schema-sdk@0.4.0) (2024-05-25) **Note:** Version bump only for package schema-sdk diff --git a/packages/schema-sdk/package.json b/packages/schema-sdk/package.json index 43a2dcb..0a3ad31 100644 --- a/packages/schema-sdk/package.json +++ b/packages/schema-sdk/package.json @@ -1,6 +1,6 @@ { "name": "schema-sdk", - "version": "0.4.0", + "version": "0.4.1", "description": "Convert JSON Schema OpenAPI Spec to TypeScript Clients", "author": "Dan Lynch ", "homepage": "https://github.com/cosmology-tech/schema-typescript#readme",