Skip to content

Commit

Permalink
Merge pull request #778 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 3, 2024
2 parents 543eef3 + 85a6095 commit d02d1ff
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"packages/core": "0.4.8",
"packages/fetch-mock": "10.1.1"
"packages/fetch-mock": "11.0.0"
}
2 changes: 1 addition & 1 deletion package-lock.json

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

11 changes: 11 additions & 0 deletions packages/fetch-mock/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [11.0.0](https://github.com/wheresrhys/fetch-mock/compare/fetch-mock-v10.1.1...fetch-mock-v11.0.0) (2024-08-03)


### ⚠ BREAKING CHANGES

* force fetch-mock major release

### Bug Fixes

* force fetch-mock major release ([1b31416](https://github.com/wheresrhys/fetch-mock/commit/1b314167607b15887feba2f6124a9af9cca81c47))

## [10.1.1](https://github.com/wheresrhys/fetch-mock/compare/fetch-mock-v10.1.0...fetch-mock-v10.1.1) (2024-07-23)


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": "10.1.1",
"version": "11.0.0",
"description": "Mock http requests made using fetch (or isomorphic-fetch)",
"main": "./dist/commonjs.js",
"module": "./src/index.js",
Expand Down

0 comments on commit d02d1ff

Please sign in to comment.