Skip to content

Commit

Permalink
Merge pull request #762 from wheresrhys/release-please--branches--main
Browse files Browse the repository at this point in the history
chore: release main
  • Loading branch information
wheresrhys committed Jul 30, 2024
2 parents c082517 + 9e49556 commit 32e529a
Show file tree
Hide file tree
Showing 4 changed files with 10 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.5",
"packages/core": "0.4.6",
"packages/fetch-mock": "10.1.1"
}
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.

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.6](https://github.com/wheresrhys/fetch-mock/compare/core-v0.4.5...core-v0.4.6) (2024-07-30)


### Bug Fixes

* now more spec compliant on exceptions ([ceec07f](https://github.com/wheresrhys/fetch-mock/commit/ceec07f1c8c1be86111b4feaaab76c103885da4d))

## [0.4.5](https://github.com/wheresrhys/fetch-mock/compare/core-v0.4.4...core-v0.4.5) (2024-07-26)


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.5",
"version": "0.4.6",
"main": "./dist/commonjs.js",
"module": "./src/index.js",
"exports": {
Expand Down

0 comments on commit 32e529a

Please sign in to comment.