Skip to content

Commit 5a9573e

Browse files
chore(main): release mentoss 0.5.1 (#50)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent e472e14 commit 5a9573e

5 files changed

+13
-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.0"
2+
".": "0.5.1"
33
}

CHANGELOG.md

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

3+
## [0.5.1](https://github.com/humanwhocodes/mentoss/compare/mentoss-v0.5.0...mentoss-v0.5.1) (2025-02-13)
4+
5+
6+
### Bug Fixes
7+
8+
* Ensure forbidden CORS headers throw an error ([#51](https://github.com/humanwhocodes/mentoss/issues/51)) ([e472e14](https://github.com/humanwhocodes/mentoss/commit/e472e14e9f9885ed3cc542700f307113e6257336)), closes [#40](https://github.com/humanwhocodes/mentoss/issues/40)
9+
* Request without a body should not throw an error ([#49](https://github.com/humanwhocodes/mentoss/issues/49)) ([0b6b981](https://github.com/humanwhocodes/mentoss/commit/0b6b981df4050178d56ad7c1dcc25133ebd2c976)), closes [#48](https://github.com/humanwhocodes/mentoss/issues/48)
10+
311
## [0.5.0](https://github.com/humanwhocodes/mentoss/compare/mentoss-v0.4.0...mentoss-v0.5.0) (2025-02-12)
412

513

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

0 commit comments

Comments
 (0)