Skip to content
This repository was archived by the owner on Sep 26, 2023. It is now read-only.

Commit

Permalink
Updated changelog. Bumped to version 2.2.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
michielvandergeest committed Nov 6, 2020
1 parent 3d4ac0d commit eeaa24b
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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*
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"author": "Michiel van der Geest <[email protected]>",
"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"
Expand Down

0 comments on commit eeaa24b

Please sign in to comment.