From 512c0a729b603c8989a3084e4cd329d254bf77e0 Mon Sep 17 00:00:00 2001 From: Chris Morrell Date: Fri, 17 Jun 2016 13:30:50 -0600 Subject: [PATCH] Bumped to 1.2.1 --- README.md | 5 ++++- package.json | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) 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": {