diff --git a/README.md b/README.md index 3346d61..c3fdfcd 100644 --- a/README.md +++ b/README.md @@ -90,7 +90,10 @@ you want. `app-root-path` is aware of this edge-case and will strip the `/bin` a ## Change Log -### 1.2.0 (currently `app-root-path@beta`) +### 1.2.1 + - Had to bump package version because 1.2.0 got published to npm as @beta + +### 1.2.0 - Special logic to resolve correctly when in an [electron](https://github.com/atom/electron) renderer process ### 1.1.0 diff --git a/package.json b/package.json index f9daada..3ea2755 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "app-root-path", - "version": "1.2.0", + "version": "1.2.1", "description": "Determine an app's root path from anywhere inside the app", "main": "index.js", "scripts": {