Skip to content

Commit

Permalink
chore(release): 2.0.3 [skip ci]
Browse files Browse the repository at this point in the history
## [2.0.3](v2.0.2...v2.0.3) (2019-11-12)

### Bug Fixes

* add templates to files for package and add build script ([500891c](500891c))
* update root path in getTemplateLocation ([1414d3a](1414d3a))
* update tests based on new templates ([24c6441](24c6441))
  • Loading branch information
semantic-release-bot committed Nov 12, 2019
1 parent 24c6441 commit 4f51a81
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ $ npm install -g eb-scripts
$ eb-scripts COMMAND
running command...
$ eb-scripts (-v|--version|version)
eb-scripts/2.0.2 linux-x64 node-v13.1.0
eb-scripts/2.0.3 linux-x64 node-v13.1.0
$ eb-scripts --help [COMMAND]
USAGE
$ eb-scripts COMMAND
Expand Down Expand Up @@ -73,7 +73,7 @@ EXAMPLE
added: src/MyNewComponent.js
```

_See code: [src/commands/generate.ts](https://github.com/echobind/eb-scripts/blob/v2.0.2/src/commands/generate.ts)_
_See code: [src/commands/generate.ts](https://github.com/echobind/eb-scripts/blob/v2.0.3/src/commands/generate.ts)_

## `eb-scripts help [COMMAND]`

Expand Down Expand Up @@ -111,7 +111,7 @@ EXAMPLE
$ npx eb-scripts init react
```

_See code: [src/commands/init.ts](https://github.com/echobind/eb-scripts/blob/v2.0.2/src/commands/init.ts)_
_See code: [src/commands/init.ts](https://github.com/echobind/eb-scripts/blob/v2.0.3/src/commands/init.ts)_
<!-- commandsstop -->

# Contributing
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "eb-scripts",
"description": "A CLI and scripts used at Echobind",
"version": "2.0.2",
"version": "2.0.3",
"author": "Joe Previte @jsjoeio",
"bin": {
"eb-scripts": "./bin/run"
Expand Down

0 comments on commit 4f51a81

Please sign in to comment.