diff --git a/README.md b/README.md index 5a45469..01f9268 100644 --- a/README.md +++ b/README.md @@ -90,8 +90,10 @@ you want. `app-root-path` is aware of this edge-case and will strip the `/bin` a ## Change Log -### 2.1.0 +### 2.2.0 - Added support for Yarn Plug'n'Play + - Adjusted browser-shim to address webpack warnings + - Bumped minimum Node version to 6 ### 2.0.1 - Minor tweaks to how electron-specific logic runs. Should help with packagers that try to resolve all `require()` statements during packaging. diff --git a/package.json b/package.json index af9a791..4c8c293 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "app-root-path", - "version": "2.1.0", + "version": "2.2.0", "description": "Determine an app's root path from anywhere inside the app", "main": "index.js", "browser": "browser-shim.js",