From 1a488aabe84ad71b26e6d7d0a79ee2696f275d06 Mon Sep 17 00:00:00 2001 From: Jannis R Date: Tue, 19 Mar 2024 15:15:05 +0100 Subject: [PATCH] mention @magnusburton as a contributor; 4.10.0 --- package.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 265cda1..a6e5a4b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "gtfs-via-postgres", "description": "Process GTFS using PostgreSQL.", - "version": "4.9.1", + "version": "4.10.0", "main": "lib/index.js", "bin": { "gtfs-to-sql": "cli.js", @@ -30,7 +30,8 @@ ], "author": "Jannis R ", "contributors": [ - "Daniel Langbein " + "Daniel Langbein ", + "Magnus Burton " ], "homepage": "https://github.com/public-transport/gtfs-via-postgres/tree/4.9.0", "repository": {