From eccac06dd3ac004d5105ccb9d4bc29b65816f1f8 Mon Sep 17 00:00:00 2001 From: Max Rolon Date: Fri, 27 Jul 2018 11:47:09 -0400 Subject: [PATCH] Update changelog and bump versions --- CHANGELOG.md | 26 ++++++++++++++++---------- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 18 insertions(+), 12 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a98396f..62c7339 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,32 +1,38 @@ # Barrel cli changelog -### v1.0.30 (7/26/18) +### v1.0.1 (7/27/18) +- Updates webpack to v4 +- Adds in "HMR" and "Local" options +- Limits dependencies in the CLI +- Adds in "brrl-install" command + +### v0.0.30 (7/26/18) - Fix typo in reference to localhost -### v1.0.29 (7/20/18) +### v0.0.29 (7/20/18) - Updates README -### v1.0.28 (7/20/18) +### v0.0.28 (7/20/18) - Moves compiling assets log -### v1.0.27 (7/20/18) +### v0.0.27 (7/20/18) - Supports edgecase when no version tag has been found -### v1.0.26 (7/20/18) +### v0.0.26 (7/20/18) - Supports deploying when no files to deploy -### v1.0.25 (7/20/18) +### v0.0.25 (7/20/18) - Refactors deployment workflow -### v1.0.24 (7/16/18) +### v0.0.24 (7/16/18) - Add routine to conform to theme naming conventions -### v1.0.23 (4/26/18) +### v0.0.23 (4/26/18) - Adds externals support -### v1.0.22 (4/26/18) +### v0.0.22 (4/26/18) - Updates README with --all description -### v1.0.21 (4/26/18) +### v0.0.21 (4/26/18) - Adds ability to deploy all files - Removes devtool if production build diff --git a/package-lock.json b/package-lock.json index ecbe5c6..db7d54d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@barrelny/cli", - "version": "0.0.30", + "version": "1.0.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index d1c65b3..4d53b3c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@barrelny/cli", - "version": "0.0.30", + "version": "1.0.1", "description": "A build and deployment tool for the devs at Barrel", "main": "index.js", "bin": {