Skip to content
This repository has been archived by the owner on Dec 19, 2023. It is now read-only.

Commit

Permalink
chore: release v0.11.5
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Nov 20, 2023
1 parent 8952e51 commit 5043a16
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 2 deletions.
12 changes: 12 additions & 0 deletions packages/nuxt-vitest/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
# Changelog


## v0.11.5

[compare changes](https://github.com/danielroe/nuxt-vitest/compare/v0.11.4...v0.11.5)

### 🩹 Fixes

- Add `setupState` type to `mountSuspended` return type ([#400](https://github.com/danielroe/nuxt-vitest/pull/400))

### ❤️ Contributors

- Daniel Roe <daniel@roe.dev>

## v0.11.4

[compare changes](https://github.com/danielroe/nuxt-vitest/compare/v0.11.3...v0.11.4)
Expand Down
2 changes: 1 addition & 1 deletion packages/nuxt-vitest/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "nuxt-vitest",
"type": "module",
"version": "0.11.4",
"version": "0.11.5",
"license": "MIT",
"repository": "danielroe/nuxt-vitest",
"keywords": [
Expand Down
12 changes: 12 additions & 0 deletions packages/vitest-environment-nuxt/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@


## v0.11.5

[compare changes](https://github.com/danielroe/nuxt-vitest/compare/v0.11.4...v0.11.5)

### 🩹 Fixes

- Add `setupState` type to `mountSuspended` return type ([#400](https://github.com/danielroe/nuxt-vitest/pull/400))

### ❤️ Contributors

- Daniel Roe <daniel@roe.dev>

## v0.11.4

[compare changes](https://github.com/danielroe/nuxt-vitest/compare/v0.11.3...v0.11.4)
Expand Down
2 changes: 1 addition & 1 deletion packages/vitest-environment-nuxt/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vitest-environment-nuxt",
"version": "0.11.4",
"version": "0.11.5",
"description": "An vitest environment with support for testing code that needs a Nuxt runtime environment.",
"repository": "danielroe/nuxt-vitest",
"keywords": [
Expand Down

0 comments on commit 5043a16

Please sign in to comment.