Skip to content

Commit c11b7c8

Browse files
chore(main): release mentoss 0.5.0 (#43)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 6e59a1f commit c11b7c8

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.4.0"
2+
".": "0.5.0"
33
}

CHANGELOG.md

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

3+
## [0.5.0](https://github.com/humanwhocodes/mentoss/compare/mentoss-v0.4.0...mentoss-v0.5.0) (2025-02-12)
4+
5+
6+
### Features
7+
8+
* Add response creator function support ([#45](https://github.com/humanwhocodes/mentoss/issues/45)) ([1af9805](https://github.com/humanwhocodes/mentoss/commit/1af9805748389ee688ed612bc02130b5e4179c98))
9+
* Mocking credentialed requests ([#39](https://github.com/humanwhocodes/mentoss/issues/39)) ([cacb6d0](https://github.com/humanwhocodes/mentoss/commit/cacb6d0b69b9dc6753e96c42a9c31d94f0fa312b))
10+
311
## [0.4.0](https://github.com/humanwhocodes/mentoss/compare/mentoss-v0.3.0...mentoss-v0.4.0) (2025-02-05)
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.4.0",
3+
"version": "0.5.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.4.0",
3+
"version": "0.5.0",
44
"description": "A utility to mock fetch requests and responses.",
55
"type": "module",
66
"module": "dist/index.js",

0 commit comments

Comments
 (0)