Skip to content

Commit 59352ec

Browse files
committed
docs: Documented 2.2.0 release
1 parent ce58fd1 commit 59352ec

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,8 +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-
### 2.1.0
93+
### 2.2.0
9494
- Added support for Yarn Plug'n'Play
95+
- Adjusted browser-shim to address webpack warnings
96+
- Bumped minimum Node version to 6
9597

9698
### 2.0.1
9799
- Minor tweaks to how electron-specific logic runs. Should help with packagers that try to resolve all `require()` statements during packaging.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "app-root-path",
3-
"version": "2.1.0",
3+
"version": "2.2.0",
44
"description": "Determine an app's root path from anywhere inside the app",
55
"main": "index.js",
66
"browser": "browser-shim.js",

0 commit comments

Comments
 (0)