Skip to content

Commit

Permalink
chore(release): 1.21.3
Browse files Browse the repository at this point in the history
  • Loading branch information
devthejo committed May 20, 2022
1 parent 620091a commit 64cbb19
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 6 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

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.

### [1.21.3](https://github.com/SocialGouv/kube-workflow/compare/v1.21.2...v1.21.3) (2022-05-20)


### Bug Fixes

* wip ([620091a](https://github.com/SocialGouv/kube-workflow/commit/620091adcd56f1013fa4d2726c256d3acc4ac123))

### [1.21.2](https://github.com/SocialGouv/kube-workflow/compare/v1.21.1...v1.21.2) (2022-05-20)


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": "~dev",
"version": "1.21.2",
"version": "1.21.3",
"repository": "[email protected]:SocialGouv/kube-workflow.git",
"license": "MIT",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "~common",
"version": "1.21.2",
"version": "1.21.3",
"description": "",
"license": "MIT",
"author": "",
Expand Down
2 changes: 1 addition & 1 deletion packages/kontinuous/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kontinuous",
"version": "1.21.2",
"version": "1.21.3",
"repository": "https://github.com/SocialGouv/kci.git",
"license": "MIT",
"main": "src/index",
Expand Down
4 changes: 2 additions & 2 deletions packages/webhook/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: kontinuous-webhook
version: 1.21.2
version: 1.21.3
home: https://github.com/SocialGouv/kube-workflow
description: Webhook CI for Kubernetes
icon: https://avatars.githubusercontent.com/u/45039513?v=4
Expand All @@ -9,4 +9,4 @@ sources:
maintainers:
- name: Fabrique numérique des Ministères Sociaux
email: [email protected]
appVersion: 1.21.2
appVersion: 1.21.3
2 changes: 1 addition & 1 deletion packages/webhook/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "~webhook",
"version": "1.21.2",
"version": "1.21.3",
"description": "",
"license": "MIT",
"author": "",
Expand Down

0 comments on commit 64cbb19

Please sign in to comment.