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.10.4
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Aug 30, 2023
1 parent 6669c4f commit 643f3b5
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 3 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.10.4

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

### 🩹 Fixes

- Use workspace dependency ([6669c4f](https://github.com/danielroe/nuxt-vitest/commit/6669c4f))

### ❤️ Contributors

- Daniel Roe <daniel@roe.dev>

## v0.10.3

[compare changes](https://github.com/danielroe/nuxt-vitest/compare/0.10.2...v0.10.3)
Expand Down
4 changes: 2 additions & 2 deletions 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.10.3",
"version": "0.10.4",
"license": "MIT",
"repository": "danielroe/nuxt-vitest",
"keywords": [
Expand Down Expand Up @@ -64,4 +64,4 @@
"nuxt": "3.7.0",
"vitest": "0.33.0"
}
}
}
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.10.4

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

### 🩹 Fixes

- Use workspace dependency ([6669c4f](https://github.com/danielroe/nuxt-vitest/commit/6669c4f))

### ❤️ Contributors

- Daniel Roe <daniel@roe.dev>

## v0.10.3

[compare changes](https://github.com/danielroe/nuxt-vitest/compare/0.10.2...v0.10.3)
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.10.3",
"version": "0.10.4",
"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 643f3b5

Please sign in to comment.