Skip to content

Commit

Permalink
chore(release): v3.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Jan 28, 2024
1 parent fe46519 commit 5fe47be
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 2 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,27 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## v3.11.0

[compare changes](https://github.com/nuxt/test-utils/compare/v3.10.0...v3.11.0)

### 🚀 Enhancements

- **vitest-environment:** Add support for in-source testing ([#651](https://github.com/nuxt/test-utils/pull/651))

### 🩹 Fixes

- **runtime:** Reset modules after nuxt setup runs ([#726](https://github.com/nuxt/test-utils/pull/726))

### ✅ Tests

- Add example of mocking `vue-router` ([e293cea1](https://github.com/nuxt/test-utils/commit/e293cea1))
- Add example of mocking nuxt `useRoute` ([fe465193](https://github.com/nuxt/test-utils/commit/fe465193))

### ❤️ Contributors

- Daniel Roe ([@danielroe](http://github.com/danielroe))

## v3.10.0

[compare changes](https://github.com/nuxt/test-utils/compare/v3.9.0...v3.10.0)
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nuxt/test-utils",
"version": "3.10.0",
"version": "3.11.0",
"repository": {
"type": "git",
"url": "git+https://github.com/nuxt/test-utils.git"
Expand Down Expand Up @@ -149,4 +149,4 @@
"node": "^14.18.0 || >=16.10.0"
},
"packageManager": "[email protected]"
}
}

0 comments on commit 5fe47be

Please sign in to comment.