From a3607b0cc0ab96e8c3d247a910877ff2c42d126f Mon Sep 17 00:00:00 2001 From: Victor Garcia Date: Fri, 13 Jan 2023 17:36:02 +0100 Subject: [PATCH] Released 2.0 --- docs/content/2.playground/0.index.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/content/2.playground/0.index.md b/docs/content/2.playground/0.index.md index 88fafaa..e858865 100644 --- a/docs/content/2.playground/0.index.md +++ b/docs/content/2.playground/0.index.md @@ -13,4 +13,4 @@ To test `` autocomplete, you will have to open it in your local VSCod - Add/delete pages files to see the magic -:sandbox{src="https://stackblitz.com/edit/github-7e4xvw?embed=1&file=store/testRouter.ts&hideExplorer=1&theme=dark&view=editor"} +:sandbox{src="https://stackblitz.com/edit/github-7e4xvw?embed=1&file=store/testRouter.ts&theme=dark&view=editor"} diff --git a/package.json b/package.json index 5bba726..7f090f4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nuxt-typed-router", - "version": "2.0.0-beta.1", + "version": "2.0.0", "description": "Provide autocompletion for pages route names generated by Nuxt router", "type": "module", "main": "./dist/module.cjs",