Skip to content

Commit

Permalink
Merge pull request #773 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 Aug 3, 2024
2 parents 263c3bd + e58c41d commit 89d99fd
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.7",
"packages/core": "0.4.8",
"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.8](https://github.com/wheresrhys/fetch-mock/compare/core-v0.4.7...core-v0.4.8) (2024-08-03)


### Documentation Changes

* document and test behaviour with multiple missing headers ([88d0440](https://github.com/wheresrhys/fetch-mock/commit/88d0440b814a0f3309f49c30d6c81d899ebc65a6))

## [0.4.7](https://github.com/wheresrhys/fetch-mock/compare/core-v0.4.6...core-v0.4.7) (2024-08-02)


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

0 comments on commit 89d99fd

Please sign in to comment.