From fb20c02d1b8ce9a4d5583f885771e1621eb87183 Mon Sep 17 00:00:00 2001 From: BetaHuhn Bot Date: Mon, 22 Mar 2021 00:43:42 +0000 Subject: [PATCH] :bookmark: Release v1.1.2 [skip ci] --- CHANGELOG.md | 11 +++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 918333c..d2c4088 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +## [v1.1.2] - 2021-03-22 + +[Release notes](https://github.com/BetaHuhn/ackee-report/releases/tag/v1.1.2) · [Compare](https://github.com/BetaHuhn/ackee-report/compare/v1.1.1...v1.1.2) · [Tag](https://github.com/BetaHuhn/ackee-report/tree/v1.1.2) · Archive ([zip](https://github.com/BetaHuhn/ackee-report/archive/v1.1.2.zip) · [tar.gz](https://github.com/BetaHuhn/ackee-report/archive/v1.1.2.tar.gz)) + +### Dependency updates + +- [`6fc8d6f`](https://github.com/BetaHuhn/ackee-report/commit/6fc8d6f) Bump ora from 5.3.0 to 5.4.0 (#51) +(Issues: [`#51`](https://github.com/BetaHuhn/ackee-report/issues/51))- [`1deb5af`](https://github.com/BetaHuhn/ackee-report/commit/1deb5af) Bump ejs-serve from 1.2.6 to 1.2.7 (#50) +(Issues: [`#50`](https://github.com/BetaHuhn/ackee-report/issues/50))- [`42f490a`](https://github.com/BetaHuhn/ackee-report/commit/42f490a) Bump eslint from 7.21.0 to 7.22.0 (#49) +(Issues: [`#49`](https://github.com/BetaHuhn/ackee-report/issues/49)) + ## [v1.1.1] - 2021-03-15 [Release notes](https://github.com/BetaHuhn/ackee-report/releases/tag/v1.1.1) · [Compare](https://github.com/BetaHuhn/ackee-report/compare/v1.1.0...v1.1.1) · [Tag](https://github.com/BetaHuhn/ackee-report/tree/v1.1.1) · Archive ([zip](https://github.com/BetaHuhn/ackee-report/archive/v1.1.1.zip) · [tar.gz](https://github.com/BetaHuhn/ackee-report/archive/v1.1.1.tar.gz)) diff --git a/package-lock.json b/package-lock.json index 9dc84a2..8c4f2c6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "ackee-report", - "version": "1.1.1", + "version": "1.1.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 6e5e333..8d82ed6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ackee-report", - "version": "1.1.1", + "version": "1.1.2", "description": "CLI tool to generate performance reports of websites using the self-hosted analytics tool Ackee.", "bin": "./src/index.js", "scripts": {