From 8eb463d77d1973968637661e306d5f58c1238183 Mon Sep 17 00:00:00 2001 From: Social Groovy Bot <45039513+SocialGroovyBot@users.noreply.github.com> Date: Mon, 18 Dec 2023 11:38:00 +0000 Subject: [PATCH] chore(release): 2.149.1 --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d0ebb0e62..e0e5d95e3b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [2.149.1](https://github.com/SocialGouv/domifa/compare/v2.149.0...v2.149.1) (2023-12-18) + + +### Bug Fixes + +* **open-data:** fix build ([375fb9e](https://github.com/SocialGouv/domifa/commit/375fb9e3d32d3ab404334c3f623aaf7d71527595)) +* **stats:** fix dump & file stats ([77de151](https://github.com/SocialGouv/domifa/commit/77de151396085afe5d0ef0df3346720c32ffba40)) + # [2.149.0](https://github.com/SocialGouv/domifa/compare/v2.148.5...v2.149.0) (2023-12-17) diff --git a/package.json b/package.json index 2b180a4d14..e2d3395870 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "domifa", "private": true, - "version": "2.149.0", + "version": "2.149.1", "scripts": { "build": "lerna run build --stream", "dev": "lerna run dev --parallel --stream",