diff --git a/CHANGELOG.md b/CHANGELOG.md index cceb46c..cc2acfa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ 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.27.1](https://github.com/edahlseng/configuration-ci-general/compare/v1.27.0...v1.27.1) (2019-12-17) + + +### Bug Fixes + +* Append AWS credentials rather than overwriting ([4a7a5a6](https://github.com/edahlseng/configuration-ci-general/commit/4a7a5a6)) +* Handle ~/.aws directory already exists in configure-aws-profile ([0474f9a](https://github.com/edahlseng/configuration-ci-general/commit/0474f9a)) +* Specify AWS credentials correctly in configure-aws-profile command ([93f82c4](https://github.com/edahlseng/configuration-ci-general/commit/93f82c4)) + + + # [1.27.0](https://github.com/edahlseng/configuration-ci-general/compare/v1.26.0...v1.27.0) (2019-12-17) diff --git a/package-lock.json b/package-lock.json index c1becfb..1e1ec30 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "configuration-ci-general", - "version": "1.27.0", + "version": "1.27.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index ca89e62..edc91a5 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "configuration-ci-general", "private": true, - "version": "1.27.0", + "version": "1.27.1", "description": "General Continuous Integration Configuration ------------------------------------", "main": "index.js", "scripts": {