Skip to content

Commit 95fd181

Browse files
committed
Update README and version number
1 parent e7a30c4 commit 95fd181

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@ A clean and fast Eleventy Starter Project with Vite.
55
[![Netlify Status](https://api.netlify.com/api/v1/badges/ef99b4ea-199f-497b-84c1-48c34355da8a/deploy-status)](https://app.netlify.com/sites/eleventyplusvite/deploys)
66
## Features
77

8-
* Eleventy 2.0.0-canary
8+
* Eleventy 2.0.1
99
* New Eleventy 2.0 Dev Server with live reload
10+
* Vite 4.5.0
1011
* Vite as Middleware in Eleventy Dev Server (uses [eleventy-plugin-vite](https://github.com/11ty/eleventy-plugin-vite/))
1112
* Eleventy build output is post-processed by [Vite](https://vitejs.dev) (with Rollup)
1213
* CSS/Sass post-processing with PostCSS incl. [Autoprefixer](https://github.com/postcss/autoprefixer) and cssnano

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eleventy-plus-vite",
3-
"version": "0.2.2",
3+
"version": "1.1.0",
44
"description": "A clean and simple Eleventy 2 Starter Kit with Vite",
55
"browserslist": [
66
"> 0.5%",

0 commit comments

Comments
 (0)