Skip to content

Commit

Permalink
Update changelog and bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Max Rolon committed Jul 27, 2018
1 parent 3b58ba5 commit eccac06
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 12 deletions.
26 changes: 16 additions & 10 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit eccac06

Please sign in to comment.