Skip to content

Commit 59c0181

Browse files
chore: release main
1 parent 9b36f89 commit 59c0181

File tree

6 files changed

+20
-6
lines changed

6 files changed

+20
-6
lines changed

.release-please-manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"packages/core": "0.4.8",
3-
"packages/fetch-mock": "11.0.1"
2+
"packages/core": "0.4.9",
3+
"packages/fetch-mock": "11.0.2"
44
}

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.

packages/core/CHANGELOG.md

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

3+
## [0.4.9](https://github.com/wheresrhys/fetch-mock/compare/core-v0.4.8...core-v0.4.9) (2024-08-08)
4+
5+
6+
### Bug Fixes
7+
8+
* add license file to each package ([9b36f89](https://github.com/wheresrhys/fetch-mock/commit/9b36f892ed19cd381b1f8ebbd94a28773637b9ec))
9+
310
## [0.4.8](https://github.com/wheresrhys/fetch-mock/compare/core-v0.4.7...core-v0.4.8) (2024-08-03)
411

512

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@fetch-mock/core",
33
"description": "Utility for creating mock fetch implementation",
4-
"version": "0.4.8",
4+
"version": "0.4.9",
55
"main": "./dist/cjs/index.js",
66
"module": "./dist/esm/index.js",
77
"exports": {

packages/fetch-mock/CHANGELOG.md

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

3+
## [11.0.2](https://github.com/wheresrhys/fetch-mock/compare/fetch-mock-v11.0.1...fetch-mock-v11.0.2) (2024-08-08)
4+
5+
6+
### Bug Fixes
7+
8+
* add license file to each package ([9b36f89](https://github.com/wheresrhys/fetch-mock/commit/9b36f892ed19cd381b1f8ebbd94a28773637b9ec))
9+
310
## [11.0.1](https://github.com/wheresrhys/fetch-mock/compare/fetch-mock-v11.0.0...fetch-mock-v11.0.1) (2024-08-08)
411

512

packages/fetch-mock/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fetch-mock",
3-
"version": "11.0.1",
3+
"version": "11.0.2",
44
"description": "Mock http requests made using fetch (or isomorphic-fetch)",
55
"main": "./dist/cjs/index.js",
66
"module": "./dist/esm/index.js",

0 commit comments

Comments
 (0)