diff --git a/CHANGELOG.md b/CHANGELOG.md index dfb565fa24..d50d045d47 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ 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.9](https://github.com/SocialGouv/kontinuous/compare/v1.21.8...v1.21.9) (2022-06-08) + + +### Bug Fixes + +* tests esm ([eb3a104](https://github.com/SocialGouv/kontinuous/commit/eb3a104426ca1bd14b34296f3462a5b0113b082d)) +* tests node version ([dfe6977](https://github.com/SocialGouv/kontinuous/commit/dfe6977769af93ce23c697d32893edd28594d169)) + ### [1.21.8](https://github.com/SocialGouv/kontinuous/compare/v1.21.7...v1.21.8) (2022-06-02) diff --git a/package.json b/package.json index 96810eb12d..1f228d6317 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "~dev", - "version": "1.21.8", + "version": "1.21.9", "repository": "git@github.com:SocialGouv/kontinuous.git", "license": "MIT", "private": true, diff --git a/packages/common/package.json b/packages/common/package.json index 0563530666..b7cb6ca46e 100644 --- a/packages/common/package.json +++ b/packages/common/package.json @@ -1,6 +1,6 @@ { "name": "~common", - "version": "1.21.8", + "version": "1.21.9", "description": "", "license": "MIT", "author": "", diff --git a/packages/kontinuous/package.json b/packages/kontinuous/package.json index bd18e112a0..0d599483ed 100644 --- a/packages/kontinuous/package.json +++ b/packages/kontinuous/package.json @@ -1,6 +1,6 @@ { "name": "kontinuous", - "version": "1.21.8", + "version": "1.21.9", "repository": "https://github.com/SocialGouv/kci.git", "license": "MIT", "main": "src/index", diff --git a/packages/webhook/Chart.yaml b/packages/webhook/Chart.yaml index 64ec2889a6..fc49ea3200 100644 --- a/packages/webhook/Chart.yaml +++ b/packages/webhook/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: kontinuous-webhook -version: 1.21.8 +version: 1.21.9 home: https://github.com/SocialGouv/kube-workflow description: Webhook CI for Kubernetes icon: https://avatars.githubusercontent.com/u/45039513?v=4 @@ -9,4 +9,4 @@ sources: maintainers: - name: Fabrique numérique des Ministères Sociaux email: dsi-incubateur@sg.social.gouv.fr -appVersion: 1.21.8 +appVersion: 1.21.9 diff --git a/packages/webhook/package.json b/packages/webhook/package.json index 32ca4b80e1..19fa81f516 100644 --- a/packages/webhook/package.json +++ b/packages/webhook/package.json @@ -1,6 +1,6 @@ { "name": "~webhook", - "version": "1.21.8", + "version": "1.21.9", "description": "", "license": "MIT", "author": "",