From 0e833f1ee135d2f9236931cd9233f5c19bd32cd6 Mon Sep 17 00:00:00 2001 From: Jesse Tane Date: Wed, 6 May 2015 09:10:31 -0400 Subject: [PATCH] 1.1.0 --- package.json | 2 +- readme.md | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 861f420..2d1d1d0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "shell-source", - "version": "1.0.1", + "version": "1.1.0", "description": "Source environment variables from a shell script into a Node.js process.", "keywords": [ "source", diff --git a/readme.md b/readme.md index e5ca478..0a76b0f 100644 --- a/readme.md +++ b/readme.md @@ -67,6 +67,8 @@ Obviously it would be nice if this could be done synchronously. However, until s ## Releases The latest stable release is published to [npm](https://www.npmjs.org/package/shell-source). Tarballs for each release can be found [here](https://github.com/jessetane/shell-source/releases). +* [1.1.0](https://github.com/jessetane/shell-source/releases/tag/1.1.0) + * xtend is not a dev dependency (thanks @sparkleholic) * [1.0.x](https://github.com/jessetane/shell-source/releases/tag/1.0.1) * First release.