Skip to content

Commit

Permalink
Add changelog and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
olafveerman committed Dec 21, 2018
1 parent 0539e7d commit d2b031f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## v2.2.7
- fix a bug where Kes class overrides were not picked up. #70

## v2.2.6
- fix how p-retry handles exceptions
- add ifEquals and ifNotEquals helpers to handlerbar
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kes",
"version": "2.2.6",
"version": "2.2.7",
"description": "Making deployment to AWS using CloudFormation easier and fun",
"scripts": {
"html-docs": "documentation build bin/cli.js -f html -o _docs --theme node_modules/documentation-devseed-theme",
Expand Down

0 comments on commit d2b031f

Please sign in to comment.