From 941077627801f2bb177c1f9f684c115ac6cf1b22 Mon Sep 17 00:00:00 2001 From: Simon Kjellberg Date: Sun, 5 Mar 2017 17:21:54 +0100 Subject: [PATCH] chore(release): 1.1.0 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cdfd47d..2e8eab9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. + +# [1.1.0](https://github.com/simonkberg/nyr/compare/v1.0.0...v1.1.0) (2017-03-05) + + +### Features + +* **compatibility:** Refactor for compatibility with node v4 (#4) ([14423d6](https://github.com/simonkberg/nyr/commit/14423d6)) + + + # [1.0.0](https://github.com/simonkberg/nyr/compare/v0.0.2...v1.0.0) (2017-01-31) diff --git a/package.json b/package.json index 7ab72a3..ae070c4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nyr", - "version": "1.0.0", + "version": "1.1.0", "description": "A tiny helper that knows if you are running a script via npm or Yarn, to let you chain your commands for either.", "main": "index.js", "bin": "cli.js",