Skip to content

Commit

Permalink
Version bumps
Browse files Browse the repository at this point in the history
  • Loading branch information
judtinzhang committed Oct 3, 2023
1 parent 8a2eb94 commit 8a50463
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cdk/kraken/.projenrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const project = new TypeScriptProject({
...common.options,
});

project.addFields({['version']: '0.8.10'});
project.addFields({['version']: '0.8.11'});
project.prettier?.ignoreFile?.addPatterns('src/imports');
project.testTask.steps.forEach(step => {
if (step.exec) {
Expand Down
4 changes: 4 additions & 0 deletions cdk/kraken/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## X.Y.Z (UNRELEASED)

## 0.8.11 (2023-10-02)

- Update DjangoCheckJob to account for codecov deprecation

## 0.8.10 (2022-11-05)

- Docker image: support build args
Expand Down
2 changes: 1 addition & 1 deletion cdk/kraken/package.json

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

2 changes: 1 addition & 1 deletion cdk/kraken/version.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "0.8.10"
"version": "0.8.11"
}

0 comments on commit 8a50463

Please sign in to comment.