Skip to content

Commit 383c897

Browse files
chore(main): release mentoss 0.9.1 (#86)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent f473bf9 commit 383c897

File tree

5 files changed

+13
-5
lines changed

5 files changed

+13
-5
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.9.0"
2+
".": "0.9.1"
33
}

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [0.9.1](https://github.com/humanwhocodes/mentoss/compare/mentoss-v0.9.0...mentoss-v0.9.1) (2025-03-28)
4+
5+
6+
### Bug Fixes
7+
8+
* Ensure ArrayBuffer is passed throughto response ([#90](https://github.com/humanwhocodes/mentoss/issues/90)) ([f473bf9](https://github.com/humanwhocodes/mentoss/commit/f473bf9984c4877a709c8d4e19cfb899d08a9401))
9+
* ReadableStream in request body should require preflight ([08c5521](https://github.com/humanwhocodes/mentoss/commit/08c552157d144f8417ead5186be8f81131c4b640))
10+
311
## [0.9.0](https://github.com/humanwhocodes/mentoss/compare/mentoss-v0.8.0...mentoss-v0.9.0) (2025-03-21)
412

513

jsr.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@humanwhocodes/mentoss",
3-
"version": "0.9.0",
3+
"version": "0.9.1",
44
"exports": "./dist/index.js",
55
"publish": {
66
"include": [

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
@@ -1,6 +1,6 @@
11
{
22
"name": "mentoss",
3-
"version": "0.9.0",
3+
"version": "0.9.1",
44
"description": "A utility to mock fetch requests and responses.",
55
"type": "module",
66
"module": "dist/index.js",

0 commit comments

Comments
 (0)