Skip to content

Commit

Permalink
1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
inxilpro committed Dec 1, 2015
1 parent 9eb0173 commit b8582ab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,10 +90,10 @@ you want. `app-root-path` is aware of this edge-case and will strip the `/bin` a

## Change Log

### 1.2.0
### 1.2.0 (currently `app-root-path@beta`)
- Special logic to resolve correctly when in an [electron](https://github.com/atom/electron) renderer process

### 1.1.0 (currently `app-root-path@beta`)
### 1.1.0
- Special logic to handle an edge case when used in a globally-installed CLI project
- Fixed a bug where `setPath()` did not update `require('app-root-path').path`
- Moved some logic outside of the `resolve()` function so that it's not called multiple times
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": "app-root-path",
"version": "1.1.0",
"version": "1.2.0",
"description": "Determine an app's root path from anywhere inside the app",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit b8582ab

Please sign in to comment.