From b50d40bebae5733f8ff894f2067d2b49a46fdbce Mon Sep 17 00:00:00 2001 From: kaaaxcreatorsBOT Date: Tue, 7 Sep 2021 14:12:49 +0000 Subject: [PATCH] :bookmark: Release v1.1.4 [skip ci] --- CHANGELOG.md | 15 +++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 18 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 92a7db4..d1952a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ +## [v1.1.4] - 2021-09-07 + +[Release notes](https://github.com/kaaax0815/github-insights/releases/tag/v1.1.4) · [Compare](https://github.com/kaaax0815/github-insights/compare/v1.1.3...v1.1.4) · [Tag](https://github.com/kaaax0815/github-insights/tree/v1.1.4) · Archive ([zip](https://github.com/kaaax0815/github-insights/archive/v1.1.4.zip) · [tar.gz](https://github.com/kaaax0815/github-insights/archive/v1.1.4.tar.gz)) + +### Bug fixes + +- [`c4a999c`](https://github.com/kaaax0815/github-insights/commit/c4a999c) Fix Compiler Warnings + +### Dependency updates + +- [`3fea669`](https://github.com/kaaax0815/github-insights/commit/3fea669) Bump node-fetch from 2.6.1 to 3.0.0 +- [`d2d3dff`](https://github.com/kaaax0815/github-insights/commit/d2d3dff) Bump @types/node-fetch from 2.5.12 to 3.0.3 +- [`d5fab29`](https://github.com/kaaax0815/github-insights/commit/d5fab29) Bump @typescript-eslint/eslint-plugin from 4.30.0 to 4.31.0 +- [`12479f6`](https://github.com/kaaax0815/github-insights/commit/12479f6) Bump @typescript-eslint/parser from 4.30.0 to 4.31.0 + ## [v1.1.3] - 2021-08-30 [Release notes](https://github.com/kaaax0815/github-insights/releases/tag/v1.1.3) · [Compare](https://github.com/kaaax0815/github-insights/compare/v1.1.2...v1.1.3) · [Tag](https://github.com/kaaax0815/github-insights/tree/v1.1.3) · Archive ([zip](https://github.com/kaaax0815/github-insights/archive/v1.1.3.zip) · [tar.gz](https://github.com/kaaax0815/github-insights/archive/v1.1.3.tar.gz)) diff --git a/package-lock.json b/package-lock.json index 7704ba7..32d4897 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "github-insights", - "version": "1.1.3", + "version": "1.1.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "github-insights", - "version": "1.1.3", + "version": "1.1.4", "license": "MIT", "dependencies": { "base-64": "^1.0.0", diff --git a/package.json b/package.json index 2b330da..aa4c975 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "github-insights", - "version": "1.1.3", + "version": "1.1.4", "description": "Get Github Insights, but easy", "main": "dist/index.js", "types": "dist/index.d.ts",