From 2e75e1062caa5c70ff6bb566d0e2e9c6ccfa43c9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 28 May 2024 18:57:43 +0200 Subject: [PATCH] ci: release package (#55) Co-authored-by: github-actions[bot] --- .changeset/hungry-waves-hunt.md | 5 ----- CHANGELOG.md | 6 ++++++ package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 9 insertions(+), 8 deletions(-) delete mode 100644 .changeset/hungry-waves-hunt.md diff --git a/.changeset/hungry-waves-hunt.md b/.changeset/hungry-waves-hunt.md deleted file mode 100644 index 8829b5d..0000000 --- a/.changeset/hungry-waves-hunt.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"openapi-msw": patch ---- - -Fixed type-exports for CommonJS refer to a non-existing file. diff --git a/CHANGELOG.md b/CHANGELOG.md index a0e907c..356f3d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # openapi-msw +## 0.6.1 + +### Patch Changes + +- [#54](https://github.com/christoph-fricke/openapi-msw/pull/54) [`6793dcc`](https://github.com/christoph-fricke/openapi-msw/commit/6793dccff4641dedc266f8096ede373dc95fca8f) Thanks [@christoph-fricke](https://github.com/christoph-fricke)! - Fixed type-exports for CommonJS refer to a non-existing file. + ## 0.6.0 ### Minor Changes diff --git a/package-lock.json b/package-lock.json index 098b091..a56f763 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "openapi-msw", - "version": "0.6.0", + "version": "0.6.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "openapi-msw", - "version": "0.6.0", + "version": "0.6.1", "license": "MIT", "dependencies": { "openapi-typescript-helpers": "^0.0.8" diff --git a/package.json b/package.json index d1e1e24..a882d2c 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "$schema": "https://json.schemastore.org/package.json", "name": "openapi-msw", "type": "module", - "version": "0.6.0", + "version": "0.6.1", "license": "MIT", "author": "Christoph Fricke ", "description": "Tiny, type-safe wrapper around MSW for type inference from OpenAPI schemas.",