Skip to content

Commit

Permalink
chore: release v0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Hebilicious committed Jul 12, 2023
1 parent c3a6de5 commit e54d604
Show file tree
Hide file tree
Showing 6 changed files with 30 additions and 6 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,27 @@
## [0.0.5](https://github.com/Hebilicious/server-block-nuxt/compare/v0.0.4...v0.0.5) (2023-07-12)



## [0.0.4](https://github.com/Hebilicious/server-block-nuxt/compare/v0.0.3...v0.0.4) (2023-07-12)



## [0.0.3](https://github.com/Hebilicious/server-block-nuxt/compare/v0.0.2...v0.0.3) (2023-07-12)



## [0.0.2](https://github.com/Hebilicious/server-block-nuxt/compare/8fd4fbbdf1da6d73c3ca8fc2bb07650530a85b8f...v0.0.2) (2023-07-12)


### Features

* add extract sfc block extension ([8fd4fbb](https://github.com/Hebilicious/server-block-nuxt/commit/8fd4fbbdf1da6d73c3ca8fc2bb07650530a85b8f))
* add playground ([15aee7e](https://github.com/Hebilicious/server-block-nuxt/commit/15aee7e2da9522b4fa72db28503b4c5c55fe72f2))
* add server-block-nuxt module ([2e72790](https://github.com/Hebilicious/server-block-nuxt/commit/2e72790447616599687ceaf211cd122990a4c725))
* add volar plugin ([c9bfbd5](https://github.com/Hebilicious/server-block-nuxt/commit/c9bfbd5ff604aaa9dba3221d1a2f604d2d287b76))



## [0.0.4](https://github.com/Hebilicious/server-block-nuxt/compare/v0.0.3...v0.0.4) (2023-07-12)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "nuxt-module-template",
"type": "module",
"version": "0.0.4",
"version": "0.0.5",
"private": true,
"packageManager": "[email protected]",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/extract-sfc-block/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@hebilicious/extract-sfc-block",
"type": "module",
"version": "0.0.4",
"version": "0.0.5",
"author": {
"name": "Hebilicious",
"email": "[email protected]",
Expand Down
2 changes: 1 addition & 1 deletion packages/server-block-nuxt/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@hebilicious/server-block-nuxt",
"type": "module",
"version": "0.0.4",
"version": "0.0.5",
"author": {
"name": "Hebilicious",
"email": "[email protected]",
Expand Down
2 changes: 1 addition & 1 deletion packages/sfc-server-volar/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@hebilicious/sfc-server-volar",
"type": "module",
"version": "0.0.4",
"version": "0.0.5",
"author": {
"name": "Hebilicious",
"email": "[email protected]",
Expand Down
4 changes: 2 additions & 2 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e54d604

Please sign in to comment.