Skip to content

Commit 4311178

Browse files
chore(main): release mentoss 0.7.1 (#72)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 96d103c commit 4311178

5 files changed

+12
-5
lines changed

.release-please-manifest.json

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

CHANGELOG.md

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

3+
## [0.7.1](https://github.com/humanwhocodes/mentoss/compare/mentoss-v0.7.0...mentoss-v0.7.1) (2025-03-03)
4+
5+
6+
### Bug Fixes
7+
8+
* Ensure baseUrl is properly applied to route matching ([#71](https://github.com/humanwhocodes/mentoss/issues/71)) ([96d103c](https://github.com/humanwhocodes/mentoss/commit/96d103cea65dfa1bec4c74f23d282ec6185856c1))
9+
310
## [0.7.0](https://github.com/humanwhocodes/mentoss/compare/mentoss-v0.6.0...mentoss-v0.7.0) (2025-02-27)
411

512

jsr.json

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

0 commit comments

Comments
 (0)