Skip to content

Commit 0bd301a

Browse files
chore(main): release mentoss 0.7.0 (#66)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 98a46ba commit 0bd301a

File tree

5 files changed

+20
-5
lines changed

5 files changed

+20
-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.6.0"
2+
".": "0.7.0"
33
}

CHANGELOG.md

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

3+
## [0.7.0](https://github.com/humanwhocodes/mentoss/compare/mentoss-v0.6.0...mentoss-v0.7.0) (2025-02-27)
4+
5+
6+
### Features
7+
8+
* Implement fetch with mode: 'same-origin' ([9add18f](https://github.com/humanwhocodes/mentoss/commit/9add18f0da1a0f51709e841e41bbc10ba539a978))
9+
* Implement fetch with mode: "same-origin" ([#65](https://github.com/humanwhocodes/mentoss/issues/65)) ([9add18f](https://github.com/humanwhocodes/mentoss/commit/9add18f0da1a0f51709e841e41bbc10ba539a978))
10+
* Pass more detail to response creator functions ([#67](https://github.com/humanwhocodes/mentoss/issues/67)) ([dc78d00](https://github.com/humanwhocodes/mentoss/commit/dc78d004ebccd10b2bf6886a1ce84500051b1d80))
11+
12+
13+
### Bug Fixes
14+
15+
* CORS errors should be TypeErrors ([#70](https://github.com/humanwhocodes/mentoss/issues/70)) ([98a46ba](https://github.com/humanwhocodes/mentoss/commit/98a46bafb2210126b0449f9ed60d28b1d2e334b4))
16+
* Ensure Access-Control-Allow-Origin header contains valid origin ([#68](https://github.com/humanwhocodes/mentoss/issues/68)) ([0e529ee](https://github.com/humanwhocodes/mentoss/commit/0e529ee723628a551ef505c704cc154a67ebcd7a))
17+
318
## [0.6.0](https://github.com/humanwhocodes/mentoss/compare/mentoss-v0.5.2...mentoss-v0.6.0) (2025-02-21)
419

520

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.6.0",
3+
"version": "0.7.0",
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.6.0",
3+
"version": "0.7.0",
44
"description": "A utility to mock fetch requests and responses.",
55
"type": "module",
66
"module": "dist/index.js",

0 commit comments

Comments
 (0)