diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..a9b7cf38 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,16 @@ +# Changelog + +## v2.0.2 + +*19 oct 2020* + +- Added fix for Lightning library not being copied over when using `lng dist`-command + +## v2.0.1 + +*14 oct 2020* + +- Changed package name from `wpe-lightning-cli` to `@lightningjs/cli` (and published on NPM) +- Updated minimum requirement to Node.js 10 +- Support for building apps with new `@lightningjs/sdk` Loghtning-SDK (continued support for legacy `wpe-lightning-sdk`) +- Various smaller updates diff --git a/README.md b/README.md index 3e630aed..30170a07 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,6 @@ The Lightning-CLI is the _Command Line Interface_ tool for a seamles Lightning App Development flow. - Install the Lightning-CLI _globally_ on your system ```bash @@ -17,6 +16,13 @@ lng [options] Check out the complete [documentation](https://rdkcentral.github.io/Lightning-CLI/) for more information. +## Feedback, bugs, questions and support + +In case you find any _bugs_ or have _feature requests_, feel free to open an [issue](https://github.com/rdkcentral/Lightning-CLI/issues/new) on the GitHub repository. + +If you have _questions_ or need _support_ using the Lightning-CLI, then we're happy to +help you out on our [Discourse Forum](https://forum.lightningjs.io/) on [LightningJS.io](http://www.lightningjs.io). + ## Contributing If you want to contribute to the Lightning-CLI, please consider the following: @@ -25,3 +31,10 @@ If you want to contribute to the Lightning-CLI, please consider the following: - the **dev** branch is used for upcoming releases - all development should be done in dedicated *topic branches* (from latest `dev`-branch) - please send in your PR against the `dev`-branch + +Before you submit your PR, make sure you install the projects dependencies, as this will activate automatic +linting and code formatting in a Git commit hook. + +## Changelog + +Checkout the changelog [here](./CHANGELOG.md).