Skip to content

Commit

Permalink
Bumped to 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
inxilpro committed Jun 17, 2016
1 parent 1bb4a36 commit 512c0a7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion README.md
Expand Up @@ -90,7 +90,10 @@ you want. `app-root-path` is aware of this edge-case and will strip the `/bin` a

## Change Log

### 1.2.0 (currently `app-root-path@beta`)
### 1.2.1
- Had to bump package version because 1.2.0 got published to npm as @beta

### 1.2.0
- Special logic to resolve correctly when in an [electron](https://github.com/atom/electron) renderer process

### 1.1.0
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "app-root-path",
"version": "1.2.0",
"version": "1.2.1",
"description": "Determine an app's root path from anywhere inside the app",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 512c0a7

Please sign in to comment.