Skip to content

Commit dd2099e

Browse files
chore(main): release mentoss 0.4.0 (#34)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent d3e1e4b commit dd2099e

5 files changed

+17
-5
lines changed

.release-please-manifest.json

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

CHANGELOG.md

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

3+
## [0.4.0](https://github.com/humanwhocodes/mentoss/compare/mentoss-v0.3.0...mentoss-v0.4.0) (2025-02-05)
4+
5+
6+
### Features
7+
8+
* Add test helper methods ([#33](https://github.com/humanwhocodes/mentoss/issues/33)) ([c05baa2](https://github.com/humanwhocodes/mentoss/commit/c05baa27e828b21c6083c029e01f3f5fb936cdd6))
9+
10+
11+
### Bug Fixes
12+
13+
* Make Mentoss work in Bun ([#36](https://github.com/humanwhocodes/mentoss/issues/36)) ([d3e1e4b](https://github.com/humanwhocodes/mentoss/commit/d3e1e4bb13c3db9e92069c8a90bd7f021e4df036))
14+
315
## [0.3.0](https://github.com/humanwhocodes/mentoss/compare/mentoss-v0.2.0...mentoss-v0.3.0) (2025-01-31)
416

517

jsr.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@humanwhocodes/mentoss",
3-
"version": "0.3.0",
3+
"version": "0.4.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.3.0",
3+
"version": "0.4.0",
44
"description": "A utility to mock fetch requests and responses.",
55
"type": "module",
66
"module": "dist/index.js",

0 commit comments

Comments
 (0)