Skip to content

Commit 4194ec7

Browse files
chore(main): release mentoss 0.6.0 (#61)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent fad213a commit 4194ec7

5 files changed

+18
-5
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.5.2"
2+
".": "0.6.0"
33
}

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [0.6.0](https://github.com/humanwhocodes/mentoss/compare/mentoss-v0.5.2...mentoss-v0.6.0) (2025-02-21)
4+
5+
6+
### Features
7+
8+
* Add FetchMocker#mockObject() method to mock non-global fetch ([#59](https://github.com/humanwhocodes/mentoss/issues/59)) ([43495c5](https://github.com/humanwhocodes/mentoss/commit/43495c5aa8c4593e4f50f26e152dc1b6dd513bda))
9+
* Implement 'no-cors' mode for fetch ([#62](https://github.com/humanwhocodes/mentoss/issues/62)) ([d394e75](https://github.com/humanwhocodes/mentoss/commit/d394e75ff5b03dacad082ee69c23565ae5eaeff2))
10+
11+
12+
### Bug Fixes
13+
14+
* Ensure Response#mode is 'cors' when Request#type is 'cors' ([#60](https://github.com/humanwhocodes/mentoss/issues/60)) ([910bc87](https://github.com/humanwhocodes/mentoss/commit/910bc87eb34d1a71e14cc2505c6b2f335ff00bdd))
15+
316
## [0.5.2](https://github.com/humanwhocodes/mentoss/compare/mentoss-v0.5.1...mentoss-v0.5.2) (2025-02-19)
417

518

jsr.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@humanwhocodes/mentoss",
3-
"version": "0.5.2",
3+
"version": "0.6.0",
44
"exports": "./dist/index.js",
55
"publish": {
66
"include": [

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mentoss",
3-
"version": "0.5.2",
3+
"version": "0.6.0",
44
"description": "A utility to mock fetch requests and responses.",
55
"type": "module",
66
"module": "dist/index.js",

0 commit comments

Comments
 (0)