From 06ae1789d57eeae3d187f30b2dbcc65a0950bc1e Mon Sep 17 00:00:00 2001 From: john gravois Date: Fri, 27 Apr 2018 14:08:55 -0700 Subject: [PATCH] v1.1.2 --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b8eaae2..b7ec0da 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,11 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). + +## [1.1.2](https://github.com/hypermodules/gh-release-assets/releases/v1.1.2) + +- update `request` dependency + ## [1.1.1](https://github.com/hypermodules/gh-release-assets/releases/v1.1.1) - src: lint, fix tests, add no assets error message diff --git a/package.json b/package.json index 3fe251c..fe5887e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "gh-release-assets", "description": "Upload assets to a GitHub release", - "version": "1.1.1", + "version": "1.1.2", "author": "Paul C Pederson ", "bugs": { "url": "https://github.com/hypermodules/gh-release-assets/issues"