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.4
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Nov 20, 2023
1 parent c0fd0dc commit 8445e69
Show file tree
Hide file tree
Showing 4 changed files with 56 additions and 4 deletions.
26 changes: 26 additions & 0 deletions packages/nuxt-vitest/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,32 @@
# Changelog


## v0.11.4

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

### 🚀 Enhancements

- Expose `setupState` from `mountSuspended` ([#399](https://github.com/danielroe/nuxt-vitest/pull/399))

### 📖 Documentation

- Add info about `registerEndpoint` with method ([#395](https://github.com/danielroe/nuxt-vitest/pull/395))

### 🎨 Styles

- Lint ([66fa698](https://github.com/danielroe/nuxt-vitest/commit/66fa698))

### 🤖 CI

- Run tests on node 18/20 and drop node 16 ([da13901](https://github.com/danielroe/nuxt-vitest/commit/da13901))

### ❤️ Contributors

- Tim Van Den Eijnden
- Daniel Roe <[email protected]>
- Yasser Lahbibi ([@yassilah](http://github.com/yassilah))

## v0.11.3

[compare changes](https://github.com/danielroe/nuxt-vitest/compare/v0.11.2...v0.11.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.11.3",
"version": "0.11.4",
"license": "MIT",
"repository": "danielroe/nuxt-vitest",
"keywords": [
Expand Down Expand Up @@ -64,4 +64,4 @@
"nuxt": "3.7.4",
"vitest": "0.33.0"
}
}
}
26 changes: 26 additions & 0 deletions packages/vitest-environment-nuxt/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,31 @@


## v0.11.4

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

### 🚀 Enhancements

- Expose `setupState` from `mountSuspended` ([#399](https://github.com/danielroe/nuxt-vitest/pull/399))

### 📖 Documentation

- Add info about `registerEndpoint` with method ([#395](https://github.com/danielroe/nuxt-vitest/pull/395))

### 🎨 Styles

- Lint ([66fa698](https://github.com/danielroe/nuxt-vitest/commit/66fa698))

### 🤖 CI

- Run tests on node 18/20 and drop node 16 ([da13901](https://github.com/danielroe/nuxt-vitest/commit/da13901))

### ❤️ Contributors

- Tim Van Den Eijnden
- Daniel Roe <[email protected]>
- Yasser Lahbibi ([@yassilah](http://github.com/yassilah))

## v0.11.3

[compare changes](https://github.com/danielroe/nuxt-vitest/compare/v0.11.2...v0.11.3)
Expand Down
4 changes: 2 additions & 2 deletions 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.3",
"version": "0.11.4",
"description": "An vitest environment with support for testing code that needs a Nuxt runtime environment.",
"repository": "danielroe/nuxt-vitest",
"keywords": [
Expand Down Expand Up @@ -85,4 +85,4 @@
"optional": true
}
}
}
}

0 comments on commit 8445e69

Please sign in to comment.