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.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Dec 20, 2022
1 parent 23d19e9 commit 1af3d26
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@


## [0.2.0](https://github.com/danielroe/vitest-environment-nuxt/compare/0.1.1...0.2.0) (2022-12-20)


### Features

* `defineConfigWithNuxtEnv` helper ([#3](https://github.com/danielroe/vitest-environment-nuxt/issues/3)) ([23d19e9](https://github.com/danielroe/vitest-environment-nuxt/commit/23d19e9f02f2923c028d937feca9aef722847c7c))


### Bug Fixes

* add `vitest-environment-nuxt` to inline list ([1d48512](https://github.com/danielroe/vitest-environment-nuxt/commit/1d48512a25c5b9bf4226ed18dc1c9c9b176664cf))

## [0.1.1](https://github.com/danielroe/vitest-environment-nuxt/compare/0.1.0...0.1.1) (2022-12-19)

## 0.1.0 (2022-12-19)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vitest-environment-nuxt",
"version": "0.1.1",
"version": "0.2.0",
"description": "An in-development vitest environment with support for testing code that needs a Nuxt runtime environment.",
"repository": "danielroe/vitest-environment-nuxt",
"keywords": [
Expand Down

0 comments on commit 1af3d26

Please sign in to comment.