Skip to content

Commit 2973e82

Browse files
chore(main): release mentoss 0.11.0 (#101)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent fc7bb10 commit 2973e82

File tree

5 files changed

+17
-5
lines changed

5 files changed

+17
-5
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.10.0"
2+
".": "0.11.0"
33
}

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [0.11.0](https://github.com/humanwhocodes/mentoss/compare/mentoss-v0.10.0...mentoss-v0.11.0) (2025-04-24)
4+
5+
6+
### Features
7+
8+
* Implement SameSite for cookies ([#100](https://github.com/humanwhocodes/mentoss/issues/100)) ([fb96bf1](https://github.com/humanwhocodes/mentoss/commit/fb96bf11f168674fd73ebc2a8e4cd5453237351f))
9+
10+
11+
### Bug Fixes
12+
13+
* Remove unused HttpOnly flag for cookies ([fc7bb10](https://github.com/humanwhocodes/mentoss/commit/fc7bb1011a98e576038a603c3a8123667e391d2c))
14+
315
## [0.10.0](https://github.com/humanwhocodes/mentoss/compare/mentoss-v0.9.2...mentoss-v0.10.0) (2025-04-22)
416

517

jsr.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@humanwhocodes/mentoss",
3-
"version": "0.10.0",
3+
"version": "0.11.0",
44
"exports": "./dist/index.js",
55
"publish": {
66
"include": [

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mentoss",
3-
"version": "0.10.0",
3+
"version": "0.11.0",
44
"description": "A utility to mock fetch requests and responses.",
55
"type": "module",
66
"module": "dist/index.js",

0 commit comments

Comments
 (0)