We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1bb4a36 commit 512c0a7Copy full SHA for 512c0a7
README.md
@@ -90,7 +90,10 @@ you want. `app-root-path` is aware of this edge-case and will strip the `/bin` a
90
91
## Change Log
92
93
-### 1.2.0 (currently `app-root-path@beta`)
+### 1.2.1
94
+ - Had to bump package version because 1.2.0 got published to npm as @beta
95
+
96
+### 1.2.0
97
- Special logic to resolve correctly when in an [electron](https://github.com/atom/electron) renderer process
98
99
### 1.1.0
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "app-root-path",
3
- "version": "1.2.0",
+ "version": "1.2.1",
4
"description": "Determine an app's root path from anywhere inside the app",
5
"main": "index.js",
6
"scripts": {
0 commit comments