From 8ca9cddee37d95defae8c1edf05d24dc7e8fccd0 Mon Sep 17 00:00:00 2001 From: kaaaxcreatorsBOT Date: Wed, 5 May 2021 15:25:12 +0000 Subject: [PATCH] :bookmark: Release v1.1.1 [skip ci] --- CHANGELOG.md | 8 ++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cfc010e..f536ee7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [v1.1.1] - 2021-05-05 + +[Release notes](https://github.com/kaaax0815/github-insights/releases/tag/v1.1.1) · [Compare](https://github.com/kaaax0815/github-insights/compare/v1.1.0...v1.1.1) · [Tag](https://github.com/kaaax0815/github-insights/tree/v1.1.1) · Archive ([zip](https://github.com/kaaax0815/github-insights/archive/v1.1.1.zip) · [tar.gz](https://github.com/kaaax0815/github-insights/archive/v1.1.1.tar.gz)) + +### Bug fixes + +- [`1d6a4ab`](https://github.com/kaaax0815/github-insights/commit/1d6a4ab) Error Handling (throw error when not 200) + ## [v1.1.0] - 2021-05-05 [Release notes](https://github.com/kaaax0815/github-insights/releases/tag/v1.1.0) · [Compare](https://github.com/kaaax0815/github-insights/compare/v1.0.1...v1.1.0) · [Tag](https://github.com/kaaax0815/github-insights/tree/v1.1.0) · Archive ([zip](https://github.com/kaaax0815/github-insights/archive/v1.1.0.zip) · [tar.gz](https://github.com/kaaax0815/github-insights/archive/v1.1.0.tar.gz)) diff --git a/package-lock.json b/package-lock.json index 1445fd0..6f05431 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { "name": "github-insights", - "version": "1.1.0", + "version": "1.1.1", "lockfileVersion": 2, "requires": true, "packages": { "": { - "version": "1.1.0", + "version": "1.1.1", "license": "MIT", "dependencies": { "base-64": "^1.0.0", diff --git a/package.json b/package.json index 559a396..c83f056 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "github-insights", - "version": "1.1.0", + "version": "1.1.1", "description": "Get Github Insights, but easy", "main": "dist/index.js", "types": "dist/index.d.ts",