Skip to content

Commit 3ab5f7e

Browse files
chore(main): release mentoss 0.2.0 (#25)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 2e08e65 commit 3ab5f7e

5 files changed

+18
-5
lines changed

.release-please-manifest.json

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

CHANGELOG.md

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

3+
## [0.2.0](https://github.com/humanwhocodes/mentoss/compare/mentoss-v0.1.0...mentoss-v0.2.0) (2025-01-29)
4+
5+
6+
### Features
7+
8+
* Support AbortSignal in fetch() ([#22](https://github.com/humanwhocodes/mentoss/issues/22)) ([12b6e72](https://github.com/humanwhocodes/mentoss/commit/12b6e72061fab308964e0748a9fe178ea76e2781))
9+
10+
11+
### Bug Fixes
12+
13+
* **deps:** update dependency sharp to ^0.33.0 ([#11](https://github.com/humanwhocodes/mentoss/issues/11)) ([235ca34](https://github.com/humanwhocodes/mentoss/commit/235ca34579e8f0508749b34e96b88a48e475da48))
14+
* Ensure request ArrayBuffer body works ([#23](https://github.com/humanwhocodes/mentoss/issues/23)) ([b561ad7](https://github.com/humanwhocodes/mentoss/commit/b561ad73800549cef7e52d5ce3dd290eec862779))
15+
316
## 0.1.0 (2025-01-25)
417

518
### Features

jsr.json

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

0 commit comments

Comments
 (0)