Skip to content

Commit 9fd60ce

Browse files
ci: release package (#89)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent e7fab35 commit 9fd60ce

File tree

6 files changed

+13
-18
lines changed

6 files changed

+13
-18
lines changed

.changeset/all-baths-mix.md

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

.changeset/clean-roses-type.md

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

.changeset/puny-places-fall.md

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

CHANGELOG.md

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

3+
## 1.3.0
4+
5+
### Minor Changes
6+
7+
- [#87](https://github.com/christoph-fricke/openapi-msw/pull/87) [`0a8a892`](https://github.com/christoph-fricke/openapi-msw/commit/0a8a89273adb808b2971aaf82f1f179162cd652f) Thanks [@christoph-fricke](https://github.com/christoph-fricke)! - Added a section to the README explaining how to use OpenAPI-MSW handlers with MSW, which provides clearer guidance for integration.
8+
9+
- [#88](https://github.com/christoph-fricke/openapi-msw/pull/88) [`e7fab35`](https://github.com/christoph-fricke/openapi-msw/commit/e7fab35911bc269d0b6dd7b178f1732a075e4d2b) Thanks [@christoph-fricke](https://github.com/christoph-fricke)! - Changed the publishing flow to use [trusted publishing](https://docs.npmjs.com/trusted-publishers) via OIDC instead of a token-based approach.
10+
11+
- [#86](https://github.com/christoph-fricke/openapi-msw/pull/86) [`be6f731`](https://github.com/christoph-fricke/openapi-msw/commit/be6f73129429044186be996a2e759098950dc92d) Thanks [@christoph-fricke](https://github.com/christoph-fricke)! - Updated TSDoc comments for `response` and `query` to show their code examples. Previously, VS Code did not display their `@example` blocks.
12+
313
## 1.2.0
414

515
### Minor 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": "1.2.0",
5+
"version": "1.3.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)