diff --git a/CHANGELOG.md b/CHANGELOG.md index 16e18dd..3e2547f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.4.0] - 2019-07-22 (YYYY-MM-DD) +### Feature(s) Added: +- document handling commands +- remaining sessions commands +- remaining navigation commands +- remaining window commands +- remaining cookie commands +- user actions commands +- user prompts commands +- screen capture commands +- mobile related commands + ## [0.3.7] - 2019-07-22 (YYYY-MM-DD) ### Bugs Fixed: - fix table of content links in README.md diff --git a/package.json b/package.json index 5bdf781..b8f2a18 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vscode-nightwatchjs-snippets", - "version": "0.3.7", + "version": "0.4.0", "description": "NightwatchJS code snippets for Visual Studio Code", "displayName": "NightwatchJS snippets", "publisher": "Raju",