From f9479ff187741dec729fd6899bffa360decfe09e Mon Sep 17 00:00:00 2001 From: Codex- Date: Mon, 29 Aug 2022 23:32:17 +0000 Subject: [PATCH] Release 1.0.13 --- CHANGELOG.md | 32 ++++++++++++++++++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 35 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fa3a336..bab0a31 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,41 @@ All notable changes to this project will be documented in this file. Dates are d Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +#### [v1.0.13](https://github.com/Codex-/metro-info/compare/v1.0.12...v1.0.13) + +- Bump release-it from 15.1.1 to 15.4.0 [`#398`](https://github.com/Codex-/metro-info/pull/398) +- Bump typescript from 4.7.4 to 4.8.2 [`#397`](https://github.com/Codex-/metro-info/pull/397) +- Bump ts-jest from 28.0.7 to 28.0.8 [`#396`](https://github.com/Codex-/metro-info/pull/396) +- Bump @typescript-eslint/parser from 5.33.0 to 5.35.1 [`#395`](https://github.com/Codex-/metro-info/pull/395) +- Bump eslint from 8.20.0 to 8.23.0 [`#394`](https://github.com/Codex-/metro-info/pull/394) +- Bump @typescript-eslint/parser from 5.31.0 to 5.33.0 [`#393`](https://github.com/Codex-/metro-info/pull/393) +- Bump node-fetch from 3.2.6 to 3.2.10 [`#392`](https://github.com/Codex-/metro-info/pull/392) +- Bump ts-node from 10.8.1 to 10.9.1 [`#391`](https://github.com/Codex-/metro-info/pull/391) +- Bump ts-jest from 28.0.5 to 28.0.7 [`#390`](https://github.com/Codex-/metro-info/pull/390) +- Bump @typescript-eslint/parser from 5.30.0 to 5.31.0 [`#389`](https://github.com/Codex-/metro-info/pull/389) +- Bump eslint from 8.18.0 to 8.20.0 [`#388`](https://github.com/Codex-/metro-info/pull/388) +- Bump parse-url from 6.0.0 to 6.0.2 [`#386`](https://github.com/Codex-/metro-info/pull/386) +- Bump jest and @types/jest [`#385`](https://github.com/Codex-/metro-info/pull/385) +- Bump eslint-plugin-prettier from 4.1.0 to 4.2.1 [`#384`](https://github.com/Codex-/metro-info/pull/384) +- Bump ts-node from 10.8.0 to 10.8.1 [`#383`](https://github.com/Codex-/metro-info/pull/383) +- Bump node-fetch from 3.2.4 to 3.2.6 [`#382`](https://github.com/Codex-/metro-info/pull/382) +- Bump ts-jest from 28.0.3 to 28.0.5 [`#381`](https://github.com/Codex-/metro-info/pull/381) +- Bump release-it from 15.0.0 to 15.1.1 [`#380`](https://github.com/Codex-/metro-info/pull/380) +- Bump eslint-plugin-prettier from 4.0.0 to 4.1.0 [`#379`](https://github.com/Codex-/metro-info/pull/379) +- Bump typescript from 4.7.2 to 4.7.4 [`#378`](https://github.com/Codex-/metro-info/pull/378) +- Bump prettier from 2.6.2 to 2.7.1 [`#376`](https://github.com/Codex-/metro-info/pull/376) +- Bump eslint from 8.16.0 to 8.18.0 [`#377`](https://github.com/Codex-/metro-info/pull/377) +- Bump @typescript-eslint/parser from 5.27.0 to 5.30.0 [`#374`](https://github.com/Codex-/metro-info/pull/374) +- Bump @typescript-eslint/eslint-plugin from 5.27.0 to 5.30.0 [`#373`](https://github.com/Codex-/metro-info/pull/373) +- Bump @typescript-eslint/eslint-plugin from 5.26.0 to 5.27.0 [`#372`](https://github.com/Codex-/metro-info/pull/372) +- Bump @typescript-eslint/parser from 5.26.0 to 5.27.0 [`#371`](https://github.com/Codex-/metro-info/pull/371) + #### [v1.0.12](https://github.com/Codex-/metro-info/compare/v1.0.11...v1.0.12) +> 28 May 2022 + - chore: bump dependencies. [`e7b96db`](https://github.com/Codex-/metro-info/commit/e7b96db42faac0d7dddb9d2adf302dfd557c4cce) +- Release 1.0.12 [`b12706d`](https://github.com/Codex-/metro-info/commit/b12706dc8a23e7b5377a583e631d79d3ffe88882) - cicd: test against LTS node versions, drop 12, add 18. [`435891a`](https://github.com/Codex-/metro-info/commit/435891ab4bf59106e17d83408b57af495e3eab69) #### [v1.0.11](https://github.com/Codex-/metro-info/compare/v1.0.10...v1.0.11) diff --git a/package-lock.json b/package-lock.json index 3aadfac..a0451e6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "metro-info", - "version": "1.0.12", + "version": "1.0.13", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "metro-info", - "version": "1.0.12", + "version": "1.0.13", "license": "MIT", "dependencies": { "node-fetch": "^3.2.4", diff --git a/package.json b/package.json index b1e2ea2..bf8bab1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "metro-info", - "version": "1.0.12", + "version": "1.0.13", "author": "Alex Miller ", "description": "Christchurch (Unofficial) MetroInfo API NodeJS library", "repository": {