File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,12 @@ and this project adheres to [Semantic Versioning].
99
1010## [ Unreleased]
1111
12+ ## [ 0.2.0] - 2017-09-12
13+ ### Added
14+ - #7 : Supports arbitrary keywords for ignoring builds
15+ ### Changed
16+ - #9 : Use CloudWatch Events instead of Step Functions
17+
1218## [ 0.1.1] - 2017-08-28
1319### Added
1420- Add Changelog (This file)
@@ -20,6 +26,8 @@ and this project adheres to [Semantic Versioning].
2026## 0.1.0 - 2017-08-24
2127- Initial release
2228
23- [ Unreleased ] : https://github.com/toricls/github-codebuild-integration/compare/0.1.1...HEAD
29+ [ Unreleased ] : https://github.com/toricls/github-codebuild-integration/compare/0.2.0...HEAD
30+ [ 0.2.0] :
31+ https://github.com/toricls/github-codebuild-integration/compare/0.1.1...0.2.0
2432[ 0.1.1] :
2533https://github.com/toricls/github-codebuild-integration/compare/0.1.0...0.1.1
Original file line number Diff line number Diff line change 11{
22 "name" : " github-codebuild-integration" ,
3- "version" : " 0.1.1 " ,
3+ "version" : " 0.2.0 " ,
44 "description" : " " ,
55 "scripts" : {
66 "test" : " mocha $(find src -name '*.test.js')" ,
You can’t perform that action at this time.
0 commit comments