Skip to content

Commit 512c0a7

Browse files
committed
Bumped to 1.2.1
1 parent 1bb4a36 commit 512c0a7

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

README.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +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 (currently `app-root-path@beta`)
93+
### 1.2.1
94+
- Had to bump package version because 1.2.0 got published to npm as @beta
95+
96+
### 1.2.0
9497
- Special logic to resolve correctly when in an [electron](https://github.com/atom/electron) renderer process
9598

9699
### 1.1.0

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.2.0",
3+
"version": "1.2.1",
44
"description": "Determine an app's root path from anywhere inside the app",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)