From 0edf15072c2dc2e3efd50a58644e98c3a28bd516 Mon Sep 17 00:00:00 2001 From: tunnckoCore Date: Thu, 27 Oct 2016 07:02:03 +0300 Subject: [PATCH] chore(release): 1.0.3 --- CHANGELOG.md | 10 ++++++++++ package.json | 4 ++-- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ecdcff6..ba724c6 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.0.3](https://github.com/tunnckocore/npm-add-engines/compare/v1.0.2...v1.0.3) (2016-10-27) + + +### Bug Fixes + +* **deps:** bump deps ([c03edb1](https://github.com/tunnckocore/npm-add-engines/commit/c03edb1)) + + + ## [1.0.2](https://github.com/tunnckocore/npm-add-engines/compare/v1.0.1...v1.0.2) (2016-10-27) diff --git a/package.json b/package.json index fbad2ac..493b6f3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "npm-add-engines", - "version": "1.0.2", + "version": "1.0.3", "description": "Add engines field to your package.json file in current working directory or user-defined directory", "repository": "tunnckoCore/npm-add-engines", "author": "Charlike Mike Reagent <@tunnckoCore> (http://www.tunnckocore.tk)", @@ -96,4 +96,4 @@ "vinyl" ] } -} \ No newline at end of file +}