Skip to content

Commit

Permalink
Version 4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
banterability committed Feb 10, 2024
1 parent d8f4e16 commit 0c8ab25
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 4.2.0

- Updated types & dependencies
- Requires Node >= 18

## 4.1.0

- Improved types
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "slow-zone",
"version": "4.1.0",
"version": "4.2.0",
"description": "A client & wrapper for CTA 'L' arrival data",
"author": "Jeff Long",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { APIResponse } from "./types/responses.js";

const API_BASE_URL = "lapi.transitchicago.com";
const API_BASE_PATH = "/api/1.0";
const PKG_VERSION = "3.2.0";
const PKG_VERSION = "4.2.0";

export default class SlowZone {
apiKey: string;
Expand Down

0 comments on commit 0c8ab25

Please sign in to comment.