From a7393b77dd10b9f119ef6349476de411cde148af Mon Sep 17 00:00:00 2001 From: Social Groovy Bot <45039513+SocialGroovyBot@users.noreply.github.com> Date: Thu, 12 May 2022 21:47:58 +0000 Subject: [PATCH] chore(release): 1.10.0 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b3343ff3..827ca1c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.10.0](https://github.com/SocialGouv/ressourcerie/compare/v1.9.0...v1.10.0) (2022-05-12) + + +### Features + +* **ci:** use kube-workflow ([#39](https://github.com/SocialGouv/ressourcerie/issues/39)) ([9f0e28e](https://github.com/SocialGouv/ressourcerie/commit/9f0e28eabe98218a891e6ff5c3426dab37f6395c)) + # [1.9.0](https://github.com/SocialGouv/ressourcerie/compare/v1.8.0...v1.9.0) (2022-04-28) diff --git a/package.json b/package.json index acab0eac..9ea2bfe3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ressourcerie", - "version": "1.9.0", + "version": "1.10.0", "repository": "https://github.com/SocialGouv/ressourcerie", "license": "AGPL-3.0-or-later", "node": "=16.4",