Skip to content

Commit

Permalink
chore(release): 1.27.1
Browse files Browse the repository at this point in the history
  • Loading branch information
edahlseng committed Dec 17, 2019
1 parent 4a7a5a6 commit 30b4e7a
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<a name="1.27.1"></a>
## [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))



<a name="1.27.0"></a>
# [1.27.0](https://github.com/edahlseng/configuration-ci-general/compare/v1.26.0...v1.27.0) (2019-12-17)

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 30b4e7a

Please sign in to comment.