Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## next-release (YYYY-MM-DD)

### Backend
#### Bug fixes
* **(maps)** : suppression du tracking du fichier map-data.json et ajout d'un fichier .dist avec des POI factices

## 1.1.0 (2024-09-13)

### Client
Expand Down
3 changes: 3 additions & 0 deletions UPGRADE.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# Upgrades

## 1.1.0 vers x.x.x
→ [Mise à jour de la version 1.1.0 à la version x.x.x](https://www.esup-portail.org/wiki/x/AYA7Vw)

## 1.0.3 vers 1.1.0
→ [Mise à jour vers la version 1.1.0](https://www.esup-portail.org/wiki/x/B4CSVg)
3 changes: 3 additions & 0 deletions dev/user-backend-nest/microservices/map/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
/dist
/node_modules

# data
/src/map/map-data.json

# Logs
logs
*.log
Expand Down
Loading