diff --git a/changelog.txt b/changelog.txt index d2a6901d..e69de29b 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,12 +0,0 @@ -important - All accounts created on or after October 13, 2015 must use version 2.0.0 or greater of the CLI to facilitate Google account login. -feature - Added `firebase data:*` commands for accessing and modifying Firebase databases. -feature - Added `firebase serve` local development server for Firebase Hosting. -feature - Added ability to deploy Security Rules and Hosting assets separately. -feature - Added `--token` option for passing an access token in CI environments. -feature - Added `--json` option for machine-readable output. -changed - CLI login now takes place in the browser. -changed - The command `firebase delete-site` is now `firebase disable:hosting`. -changed - All command outputs have been re-worked and made more consistent. -changed - Improved the `firebase init` workflow. -removed - The `firebase bootstrap` command has been removed. -removed - The `--email` and `--password` flags have been removed. diff --git a/package.json b/package.json index 73393845..dfff4927 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "firebase-tools", - "version": "2.0.0", + "version": "0.0.0", "description": "Command-Line Interface for Firebase", "main": "index.js", "bin": {