diff --git a/README.md b/README.md index d2da3ad..6a88f7b 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Interact with fs from the browser in dev mode. -> **News:** Everything planned before v1.0.0-beta has been implemented. The package is currently being tested in real projects. Please try it, submit problems to [the issue tracker][issue-tracker] and show what you made in [Github discussions][show-n-tell] +> **News:** v1.0.0 has been released after nearly 2 years of preview! The original release criteria were not met completely but the plugin has proven itself over this time in other ways, and it is about to receive new and exciting features that would fit a lot better in a version bump. Thank you for using vite-plugin-fs, and see you in v1.1.0! ## What's supported by the relay server @@ -31,23 +31,6 @@ Interact with fs from the browser in dev mode. - writeFile (writes strings only; creates directories automatically) - [something else?][issue-tracker] -## Before v1.0.0 - -Test projects reviewed (**0/5**): - -- [submit yours][show-n-tell] - -Examples written: - -- Simple React example: **NO** -- Simple Vue example: **NO** -- Simple Svelte example: **NO** -- Complex example: **NO** - -Contributions made by others (**0/3**): - -- [contribute][github] - ## Setup 1. Add `vite-plugin-fs` to your project diff --git a/package.json b/package.json index 7d7650e..e0efb5b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vite-plugin-fs", - "version": "1.0.0-beta.6", + "version": "1.0.0", "description": "Interact with fs from the browser in dev mode", "author": "StarLederer", "license": "MIT",