Skip to content

Commit

Permalink
bump version 0.1.5 and update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ivankristianto committed Jun 2, 2017
1 parent ec504bb commit ec007d1
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOGS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
create-wp-site Changelogs
==============

## v0.1.5

* Allow to run with directly passed the directory name as first param. sample: `create-wp-site mylocaldocker`
* Compatibility with yarn create. Sample: `yarn create wp-site mylocaldocker`

## v0.1.x

* Release minimal version
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,12 @@ $ create-wp-site
Examples:
$ create-wp-site create
$ create-wp-site <directory-name>
```

### Using Yarn
```
$ yarn create wp-site <directory-name>
```

For more help on specific command, supply `-h` or `--help`.
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": "create-wp-site",
"version": "0.1.4",
"version": "0.1.5",
"description": "Create local WordPress development with 10up/wp-local-docker",
"bin": {
"create-wp-site": "bin/create-wp-site"
Expand Down

0 comments on commit ec007d1

Please sign in to comment.