Skip to content

Commit f4bf88f

Browse files
chore(release): 1.15.0 [skip ci]
# [1.15.0](v1.14.0...v1.15.0) (2024-04-14) ### Features * add extract data script ([1f1f030](1f1f030)) * add extract data script ([676d4a6](676d4a6)) * add getAdjacentStations with transfers ([da427ab](da427ab)) * add getAdjacentStations without correspondence ([5bc262e](5bc262e)) * add import-data script ([b523561](b523561)) * creation migrations ([42cd5be](42cd5be)) * prepare database usage ([85a7d6d](85a7d6d))
1 parent 439e534 commit f4bf88f

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed

docs/CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# [1.15.0](https://github.com/VincentHardouin/metro-travel/compare/v1.14.0...v1.15.0) (2024-04-14)
2+
3+
4+
### Features
5+
6+
* add extract data script ([1f1f030](https://github.com/VincentHardouin/metro-travel/commit/1f1f03040548c7aefd327c3dbbebc9dbddbc428f))
7+
* add extract data script ([676d4a6](https://github.com/VincentHardouin/metro-travel/commit/676d4a6ac2928cb3901668787442fe689a3d096d))
8+
* add getAdjacentStations with transfers ([da427ab](https://github.com/VincentHardouin/metro-travel/commit/da427abd70e9511a14cc7da3a9a23f14ab2ead35))
9+
* add getAdjacentStations without correspondence ([5bc262e](https://github.com/VincentHardouin/metro-travel/commit/5bc262e81f964bc7ed9b09f4c7d009a6ad520599))
10+
* add import-data script ([b523561](https://github.com/VincentHardouin/metro-travel/commit/b52356119b3be5934442ed39f6c5d49509b2cc20))
11+
* creation migrations ([42cd5be](https://github.com/VincentHardouin/metro-travel/commit/42cd5be9e9aa565ce4672c02d6fc43fe0111ef7f))
12+
* prepare database usage ([85a7d6d](https://github.com/VincentHardouin/metro-travel/commit/85a7d6d3746bea62d0a6a2bdc336c9646ed4ce47))
13+
114
# [1.14.0](https://github.com/VincentHardouin/metro-travel/compare/v1.13.0...v1.14.0) (2024-03-18)
215

316

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "metro-travel",
33
"type": "module",
4-
"version": "1.14.0",
4+
"version": "1.15.0",
55
"private": true,
66
"description": "",
77
"source": "index.html",

0 commit comments

Comments
 (0)