Commit b8582ab 1 parent 9eb0173 commit b8582ab Copy full SHA for b8582ab
File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -90,10 +90,10 @@ you want. `app-root-path` is aware of this edge-case and will strip the `/bin` a
90
90
91
91
## Change Log
92
92
93
- ### 1.2.0
93
+ ### 1.2.0 (currently ` app-root-path@beta ` )
94
94
- Special logic to resolve correctly when in an [ electron] ( https://github.com/atom/electron ) renderer process
95
95
96
- ### 1.1.0 (currently ` app-root-path@beta ` )
96
+ ### 1.1.0
97
97
- Special logic to handle an edge case when used in a globally-installed CLI project
98
98
- Fixed a bug where ` setPath() ` did not update ` require('app-root-path').path `
99
99
- Moved some logic outside of the ` resolve() ` function so that it's not called multiple times
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " app-root-path" ,
3
- "version" : " 1.1 .0" ,
3
+ "version" : " 1.2 .0" ,
4
4
"description" : " Determine an app's root path from anywhere inside the app" ,
5
5
"main" : " index.js" ,
6
6
"scripts" : {
You can’t perform that action at this time.
0 commit comments