Skip to content

Commit b8582ab

Browse files
committed
1.2.0
1 parent 9eb0173 commit b8582ab

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -90,10 +90,10 @@ you want. `app-root-path` is aware of this edge-case and will strip the `/bin` a
9090

9191
## Change Log
9292

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

96-
### 1.1.0 (currently `app-root-path@beta`)
96+
### 1.1.0
9797
- Special logic to handle an edge case when used in a globally-installed CLI project
9898
- Fixed a bug where `setPath()` did not update `require('app-root-path').path`
9999
- Moved some logic outside of the `resolve()` function so that it's not called multiple times

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "app-root-path",
3-
"version": "1.1.0",
3+
"version": "1.2.0",
44
"description": "Determine an app's root path from anywhere inside the app",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)