Skip to content

Commit 4fab8ca

Browse files
ci: release package (#69)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent b4642bb commit 4fab8ca

File tree

6 files changed

+15
-18
lines changed

6 files changed

+15
-18
lines changed

.changeset/eight-feet-heal.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/nasty-peaches-applaud.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/twenty-tables-allow.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# openapi-msw
22

3+
## 1.0.0
4+
5+
### Major Changes
6+
7+
- [#70](https://github.com/christoph-fricke/openapi-msw/pull/70) [`bc9a50f`](https://github.com/christoph-fricke/openapi-msw/commit/bc9a50ff869583a070a08be6e1de0868440adb48) Thanks [@christoph-fricke](https://github.com/christoph-fricke)! - Updated MSW peer dependency from _v2.0.0_ to _v2.7.0_. This is only a breaking change if you are not already using the latest version of MSW.
8+
9+
- [#70](https://github.com/christoph-fricke/openapi-msw/pull/70) [`bc9a50f`](https://github.com/christoph-fricke/openapi-msw/commit/bc9a50ff869583a070a08be6e1de0868440adb48) Thanks [@christoph-fricke](https://github.com/christoph-fricke)! - Renamed `HttpHandlerFactory` type to `OpenApiHttpRequestHandler`. This rename aligns its name with MSW's equivalent `HttpRequestHandler` type.
10+
11+
### Minor Changes
12+
13+
- [#68](https://github.com/christoph-fricke/openapi-msw/pull/68) [`33088be`](https://github.com/christoph-fricke/openapi-msw/commit/33088be804138e98647ffc0e9d85d71f2dfae6e8) Thanks [@christoph-fricke](https://github.com/christoph-fricke)! - Removed dependency on _openapi-typescript-helpers_. We were depending on an older version without being able to easily update. With this refactoring, your projects should no longer resolve to multiple versions of _openapi-typescript-helpers_.
14+
315
## 0.7.1
416

517
### Patch Changes

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "https://json.schemastore.org/package.json",
33
"name": "openapi-msw",
44
"type": "module",
5-
"version": "0.7.1",
5+
"version": "1.0.0",
66
"license": "MIT",
77
"author": "Christoph Fricke <christoph@frickeonline.de>",
88
"description": "Tiny, type-safe wrapper around MSW for type inference from OpenAPI schemas.",

0 commit comments

Comments
 (0)