Skip to content

Commit

Permalink
Merge pull request #801 from wheresrhys/release-please--branches--main
Browse files Browse the repository at this point in the history
chore: release main
  • Loading branch information
wheresrhys authored Aug 13, 2024
2 parents 3ffff37 + ffcf41e commit 1d83f42
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"packages/core": "0.4.11",
"packages/fetch-mock": "11.1.0"
"packages/core": "0.4.12",
"packages/fetch-mock": "11.1.1"
}
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.4.12](https://github.com/wheresrhys/fetch-mock/compare/core-v0.4.11...core-v0.4.12) (2024-08-13)


### Bug Fixes

* roll back to glob-to-regexp ([b114124](https://github.com/wheresrhys/fetch-mock/commit/b11412452ed376ab2e20e03a51f0dc1de1dcdb90))

## [0.4.11](https://github.com/wheresrhys/fetch-mock/compare/core-v0.4.10...core-v0.4.11) (2024-08-09)


Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@fetch-mock/core",
"description": "Utility for creating mock fetch implementation",
"version": "0.4.11",
"version": "0.4.12",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
"exports": {
Expand Down
7 changes: 7 additions & 0 deletions packages/fetch-mock/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [11.1.1](https://github.com/wheresrhys/fetch-mock/compare/fetch-mock-v11.1.0...fetch-mock-v11.1.1) (2024-08-13)


### Bug Fixes

* roll back to glob-to-regexp ([b114124](https://github.com/wheresrhys/fetch-mock/commit/b11412452ed376ab2e20e03a51f0dc1de1dcdb90))

## [11.1.0](https://github.com/wheresrhys/fetch-mock/compare/fetch-mock-v11.0.2...fetch-mock-v11.1.0) (2024-08-10)


Expand Down
2 changes: 1 addition & 1 deletion packages/fetch-mock/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fetch-mock",
"version": "11.1.0",
"version": "11.1.1",
"description": "Mock http requests made using fetch (or isomorphic-fetch)",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
Expand Down

0 comments on commit 1d83f42

Please sign in to comment.