Skip to content

Commit

Permalink
chore(release): 1.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
edahlseng committed Apr 25, 2019
1 parent 3ebd135 commit febe793
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@

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.18.0"></a>
# [1.18.0](https://github.com/edahlseng/configuration-ci-general/compare/v1.17.2...v1.18.0) (2019-04-25)


### Bug Fixes

* Escape double quotes when creating a GitHub release ([c70c072](https://github.com/edahlseng/configuration-ci-general/commit/c70c072))
* Exit as error if request to create GitHub release is unsuccessful ([226dc64](https://github.com/edahlseng/configuration-ci-general/commit/226dc64))


### Features

* Add `docker_layer_caching` parameter to `build-image` job ([3ebd135](https://github.com/edahlseng/configuration-ci-general/commit/3ebd135))



<a name="1.17.2"></a>
## [1.17.2](https://github.com/edahlseng/configuration-ci-general/compare/v1.17.1...v1.17.2) (2019-04-21)

Expand Down
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.17.2",
"version": "1.18.0",
"description": "General Continuous Integration Configuration ------------------------------------",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit febe793

Please sign in to comment.