Skip to content

Commit d3ad988

Browse files
chore(main): release mentoss 0.5.3
1 parent 910bc87 commit d3ad988

File tree

5 files changed

+12
-5
lines changed

5 files changed

+12
-5
lines changed

Diff for: .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.5.3"
33
}

Diff for: CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.5.3](https://github.com/humanwhocodes/mentoss/compare/mentoss-v0.5.2...mentoss-v0.5.3) (2025-02-20)
4+
5+
6+
### Bug Fixes
7+
8+
* 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))
9+
310
## [0.5.2](https://github.com/humanwhocodes/mentoss/compare/mentoss-v0.5.1...mentoss-v0.5.2) (2025-02-19)
411

512

Diff for: 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.5.3",
44
"exports": "./dist/index.js",
55
"publish": {
66
"include": [

Diff for: package-lock.json

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

Diff for: 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.5.3",
44
"description": "A utility to mock fetch requests and responses.",
55
"type": "module",
66
"module": "dist/index.js",

0 commit comments

Comments
 (0)