Skip to content

Commit

Permalink
v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
wbotelhos committed Feb 19, 2019
1 parent d1b580e commit e5aea93
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

-  

### v0.2.1

- Removes node lock from `package.json`.

### v0.2.0

#### Changes
Expand Down
2 changes: 1 addition & 1 deletion lib/complety.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*
* @author: Washington Botelho
* @doc: wbotelhos.com/complety
* @version: 0.2.0
* @version: 0.2.1
*
*/

Expand Down
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
Expand Up @@ -51,5 +51,5 @@
"scripts": {
"test": "node_modules/karma/bin/karma start karma.conf.js"
},
"version": "0.2.0"
"version": "0.2.1"
}

0 comments on commit e5aea93

Please sign in to comment.