Skip to content

Commit

Permalink
⬆️ Bump version to 3.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
steelbrain committed Jan 1, 2016
1 parent 1add0e6 commit b914e98
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### 3.0.7

* Simplify the regex used (reduce more than 50% regex steps)

### 3.0.6

* Supports guessing names of packages outside of main root
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": "atom-package-deps",
"version": "3.0.6",
"version": "3.0.7",
"description": "Automatically install package dependencies",
"main": "lib/main",
"scripts": {
Expand Down

0 comments on commit b914e98

Please sign in to comment.