diff --git a/CHANGELOG.md b/CHANGELOG.md index a9b7cf38..53a9c7a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## v2.1.0 + +*30 oct 2020* + +- Added `LNG_SERVE_PROXY` environment variable +- Added fix for polyfills not being copied over when using `lng dist --es5`-command +- Fixed auto-update functionality +- Added update `lng update`-command + ## v2.0.2 *19 oct 2020* diff --git a/package-lock.json b/package-lock.json index 1d45cb6a..b9b85206 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@lightningjs/cli", - "version": "2.0.2", + "version": "2.1.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 97f0d62b..cd6747f7 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "author": "Michiel van der Geest ", "license": "Apache-2", "name": "@lightningjs/cli", - "version": "2.0.2", + "version": "2.1.0", "description": "", "bin": { "lightning": "./bin/index.js",