diff --git a/README.md b/README.md index 6fcb4ff..3346d61 100644 --- a/README.md +++ b/README.md @@ -90,10 +90,10 @@ you want. `app-root-path` is aware of this edge-case and will strip the `/bin` a ## Change Log -### 1.2.0 +### 1.2.0 (currently `app-root-path@beta`) - Special logic to resolve correctly when in an [electron](https://github.com/atom/electron) renderer process -### 1.1.0 (currently `app-root-path@beta`) +### 1.1.0 - Special logic to handle an edge case when used in a globally-installed CLI project - Fixed a bug where `setPath()` did not update `require('app-root-path').path` - Moved some logic outside of the `resolve()` function so that it's not called multiple times diff --git a/package.json b/package.json index c843e7b..f9daada 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "app-root-path", - "version": "1.1.0", + "version": "1.2.0", "description": "Determine an app's root path from anywhere inside the app", "main": "index.js", "scripts": {