From c587938558a91400ec87009cb2714374aa16936a Mon Sep 17 00:00:00 2001 From: Social Groovy Bot <45039513+SocialGroovyBot@users.noreply.github.com> Date: Thu, 21 Sep 2023 07:22:13 +0000 Subject: [PATCH] chore(release): 2.138.0 --- CHANGELOG.md | 14 ++++++++++++++ package.json | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7705ed7fd8..d8687e3916 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +# [2.138.0](https://github.com/SocialGouv/domifa/compare/v2.137.3...v2.138.0) (2023-09-21) + + +### Bug Fixes + +* yarn.lock ([03dcad5](https://github.com/SocialGouv/domifa/commit/03dcad51de2a32793a50e82f1ee56009f252b110)) +* **api:** add latitude longitude to test dump ([3cb6bd7](https://github.com/SocialGouv/domifa/commit/3cb6bd7090c843fcbf88f634781a21e04ad24e15)) +* **api:** add location to structures ([3d7c970](https://github.com/SocialGouv/domifa/commit/3d7c970f47d48facd8f60e3122826b4f739cb01f)) + + +### Features + +* **location:** add location of places ([2754e74](https://github.com/SocialGouv/domifa/commit/2754e74d6e171502d4f0f21535a90b22c845f846)) + ## [2.137.3](https://github.com/SocialGouv/domifa/compare/v2.137.2...v2.137.3) (2023-09-14) diff --git a/package.json b/package.json index 9462b758ef..8f4d3bce0d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "domifa", "private": true, - "version": "2.137.3", + "version": "2.138.0", "scripts": { "build": "lerna run build --stream", "dev": "lerna run dev --parallel --stream",