Skip to content

Commit

Permalink
chore(release): v3.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Jan 17, 2024
1 parent 3f0de24 commit bc86d23
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 2 deletions.
37 changes: 37 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,43 @@

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.10.0

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

### 🚀 Enhancements

- **e2e:** Add `cucumber` test runner ([#711](https://github.com/nuxt/test-utils/pull/711))
- **e2e:** Support `env` option for `startServer` ([#640](https://github.com/nuxt/test-utils/pull/640))

### 🩹 Fixes

- **runtime-utils:** Resolve `to` in `RouterLink` stub ([#687](https://github.com/nuxt/test-utils/pull/687))
- Mark `afterAll` and `setup` hooks as async ([#702](https://github.com/nuxt/test-utils/pull/702))
- **module:** Always append import when mocking ([#701](https://github.com/nuxt/test-utils/pull/701))

### 🏡 Chore

- Add required dev deps to `app-vitest` example ([#712](https://github.com/nuxt/test-utils/pull/712))
- Pin vue/nuxt versions ([00674cd0](https://github.com/nuxt/test-utils/commit/00674cd0))

### ✅ Tests

- Update config key ([25060645](https://github.com/nuxt/test-utils/commit/25060645))
- Add example test for nuxt-injected value ([#663](https://github.com/nuxt/test-utils/pull/663))
- Update to actually use `$t` ([#675](https://github.com/nuxt/test-utils/pull/675))

### 🤖 CI

- Fetch-depth: 0 ([269df289](https://github.com/nuxt/test-utils/commit/269df289))

### ❤️ Contributors

- Bobbie Goede <[email protected]>
- Daniel Roe <[email protected]>
- Julien Huang <[email protected]>
- Steve Pewsey <[email protected]>

## v3.9.0

[compare changes](https://github.com/nuxt/test-utils/compare/v3.8.1...v3.9.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.9.0",
"version": "3.10.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 bc86d23

Please sign in to comment.