From 1c6bf63dc5a26734b1486f7ce541ec01cf5881cd Mon Sep 17 00:00:00 2001 From: "Travis CI[bot]" Date: Thu, 13 Sep 2018 21:41:08 +0000 Subject: [PATCH] chore(release): 1.0.11 --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8bc24cd..81bd47f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ 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.11](https://github.com/ReidWeb/aws-cloudfront-s3-deploy/compare/v1.0.10...v1.0.11) (2018-09-13) + + + ## [1.0.10](https://github.com/ReidWeb/aws-cloudfront-s3-deploy/compare/v1.0.9...v1.0.10) (2018-09-13) diff --git a/package.json b/package.json index 38cca82..07d9127 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aws-cloudfront-s3-deploy", - "version": "1.0.10", + "version": "1.0.11", "description": "Package to upload files to s3 distribution, and also invalidate those paths in CloudFront if necessary", "engines": { "node": ">=8.0.0"