diff --git a/CHANGELOG.md b/CHANGELOG.md index ed3b45b..b2ef3e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] +## [1.2.0] - 2024-09-08 ### Updated @@ -58,4 +58,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Updated -- Dependency updates \ No newline at end of file +- Dependency updates diff --git a/package-lock.json b/package-lock.json index bd39487..e1d7680 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "gtfs-to-html-service", - "version": "1.1.0", + "version": "1.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "gtfs-to-html-service", - "version": "1.1.0", + "version": "1.2.0", "dependencies": { "gtfs-to-html": "^2.9.4", "next": "14.2.8", diff --git a/package.json b/package.json index 0921c82..b444274 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gtfs-to-html-service", - "version": "1.1.0", + "version": "1.2.0", "private": true, "author": "Brendan Nee ", "scripts": {