diff --git a/CHANGELOG.md b/CHANGELOG.md index baefcfa1..0059b98d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## v2.2.0 + +*6 nov 2020* + +- Added rollup image-plugin to bundle up image assets (as base64-images) + ## v2.1.0 *30 oct 2020* diff --git a/README.md b/README.md index 30170a07..0be120ee 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Lightning CLI -The Lightning-CLI is the _Command Line Interface_ tool for a seamles Lightning App Development flow. +The Lightning-CLI is the _Command Line Interface_ tool for a seamless Lightning App Development flow. Install the Lightning-CLI _globally_ on your system diff --git a/package-lock.json b/package-lock.json index 014795ce..a8ae19bb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@lightningjs/cli", - "version": "2.1.0", + "version": "2.2.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index d1b72bd4..bf9435ca 100644 --- a/package.json +++ b/package.json @@ -2,8 +2,8 @@ "author": "Michiel van der Geest ", "license": "Apache-2", "name": "@lightningjs/cli", - "version": "2.1.0", - "description": "", + "version": "2.2.0", + "description": "Lightning-CLI: Command Line Interface tool for a seamless Lightning App Development flow", "bin": { "lightning": "./bin/index.js", "lng": "./bin/index.js"