Skip to content

Commit

Permalink
Release 2.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
brendannee committed Jul 18, 2023
1 parent 9e47ba5 commit 45faa9a
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 4 deletions.
23 changes: 22 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,52 +1,73 @@
# Changelog

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]
## [2.0.7] - 2023-07-18

### Changed

- Use lint-staged instead of pretty-quick

### Updated

- Dependency updates

## [2.0.6] - 2023-05-04

### Updated

- Dependency updates

## [2.0.5] - 2022-12-31

### Updated

- Update to node-gtfs v4
- Dependency updates
- Add Husky

## [2.0.4] - 2022-11-09

### Updated

- Dependency updates

### Fixed

- Fixed charts path in generated charts HTML

## [2.0.3] - 2022-06-25

### Updated

- Dependency updates

### Fixed

- Fixed charts path in generated index.html

## [2.0.2] - 2022-06-25

### Updated

- Dependency updates
- Readme udpates

## [2.0.1] - 2021-08-17

### Updated

- Dependency updates

### Fixed

- Fixes for no shape_dist_traveled

## [2.0.0] - 2021-05-14

### Breaking Changes

- Converted to ES6 Module
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gtfs-to-chart",
"version": "2.0.6",
"version": "2.0.7",
"private": false,
"description": "Generate stringline charts of a transit routes from GTFS",
"keywords": [
Expand Down

0 comments on commit 45faa9a

Please sign in to comment.