Skip to content

Commit

Permalink
docs: Documented 2.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
inxilpro committed Mar 22, 2019
1 parent ce58fd1 commit 59352ec
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.md
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion 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",
Expand Down

0 comments on commit 59352ec

Please sign in to comment.