Skip to content
This repository has been archived by the owner on Jan 8, 2022. It is now read-only.

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
farism committed Sep 5, 2017
1 parent e028e0e commit 3db708f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
#### 0.7.1
- remove .gitignore from scaffold since npm does weird renaming stuff
- use gulp-if instead of gulp-filter which wasnt using correct file paths
- use _.merge for CLI options to avoid undefined overwriting actual values

#### 0.7.0
#### Elm Factory has an official domain now! http://elm-factory.io/
###### changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "elm-factory",
"version": "0.7.0",
"version": "0.7.1",
"description": "dev server and build system wrapping elm-reactor",
"main": "lib/index.js",
"repository": {
Expand Down

0 comments on commit 3db708f

Please sign in to comment.