Skip to content

Commit

Permalink
Merge pull request #819 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 29, 2024
2 parents 0e6474e + c509052 commit 7e2b0c0
Show file tree
Hide file tree
Showing 4 changed files with 15 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,5 +1,5 @@
{
"packages/core": "0.6.2",
"packages/fetch-mock": "11.1.3",
"packages/vitest": "0.1.0"
"packages/vitest": "0.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.

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

## [0.1.1](https://github.com/wheresrhys/fetch-mock/compare/vitest-v0.1.0...vitest-v0.1.1) (2024-08-29)


### Bug Fixes

* add missing metadata to package.json files ([4ab78b9](https://github.com/wheresrhys/fetch-mock/commit/4ab78b9429a376230da2ce57bd320031c53f06ef))


### Documentation Changes

* add vitest as keyword to vitest package ([9d6636e](https://github.com/wheresrhys/fetch-mock/commit/9d6636eed1c84b2495bdda6e1245b681cd1db4d6))

## [0.1.0](https://github.com/wheresrhys/fetch-mock/compare/vitest-v0.1.0...vitest-v0.1.0) (2024-08-28)


Expand Down
2 changes: 1 addition & 1 deletion packages/vitest/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@fetch-mock/vitest",
"description": "Vitest wrapper for fetch-mock",
"version": "0.1.0",
"version": "0.1.1",
"exports": {
"browser": "./src/index.js",
"import": "./src/index.js",
Expand Down

0 comments on commit 7e2b0c0

Please sign in to comment.