diff --git a/README.md b/README.md index 12749f0..6e46634 100644 --- a/README.md +++ b/README.md @@ -5,8 +5,9 @@ A clean and fast Eleventy Starter Project with Vite. [![Netlify Status](https://api.netlify.com/api/v1/badges/ef99b4ea-199f-497b-84c1-48c34355da8a/deploy-status)](https://app.netlify.com/sites/eleventyplusvite/deploys) ## Features -* Eleventy 2.0.0-canary +* Eleventy 2.0.1 * New Eleventy 2.0 Dev Server with live reload +* Vite 4.5.0 * Vite as Middleware in Eleventy Dev Server (uses [eleventy-plugin-vite](https://github.com/11ty/eleventy-plugin-vite/)) * Eleventy build output is post-processed by [Vite](https://vitejs.dev) (with Rollup) * CSS/Sass post-processing with PostCSS incl. [Autoprefixer](https://github.com/postcss/autoprefixer) and cssnano diff --git a/package.json b/package.json index e49c45e..54634f6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eleventy-plus-vite", - "version": "0.2.2", + "version": "1.1.0", "description": "A clean and simple Eleventy 2 Starter Kit with Vite", "browserslist": [ "> 0.5%",