Skip to content

Commit

Permalink
Merge pull request #12 from ssssota/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
ssssota authored Sep 14, 2023
2 parents e6d7c54 + df3ce03 commit ad0f0c0
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .changeset/six-seals-press.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/vite-plugin-doctest/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# vite-plugin-doctest

## 0.1.1

### Patch Changes

- [#7](https://github.com/ssssota/doc-vitest/pull/7) [`a31cc9e`](https://github.com/ssssota/doc-vitest/commit/a31cc9e2bf8c94e3ae14e3018ffdb0bf28916ee9) Thanks [@ssssota](https://github.com/ssssota)! - Markdown support
6 changes: 4 additions & 2 deletions packages/vite-plugin-doctest/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vite-plugin-doctest",
"version": "0.1.0",
"version": "0.1.1",
"description": "Vite plugin for documentation testing powered with vitest",
"type": "commonjs",
"main": "dist/index.js",
Expand All @@ -11,7 +11,9 @@
"default": "./dist/index.js"
}
},
"files": ["dist"],
"files": [
"dist"
],
"keywords": [
"vite",
"plugin",
Expand Down

0 comments on commit ad0f0c0

Please sign in to comment.