From 3fadec5a8b048672f3974cee433d8330114b0f13 Mon Sep 17 00:00:00 2001 From: BetaHuhn Bot Date: Mon, 11 Oct 2021 00:21:00 +0000 Subject: [PATCH] :bookmark: Release v1.2.23 [skip ci] --- CHANGELOG.md | 14 ++++++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0678083..4226be3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +## [v1.2.23] - 2021-10-11 + +[Release notes](https://github.com/betahuhn/cf-worker-redirect/releases/tag/v1.2.23) · [Compare](https://github.com/betahuhn/cf-worker-redirect/compare/v1.2.22...v1.2.23) · [Tag](https://github.com/betahuhn/cf-worker-redirect/tree/v1.2.23) · Archive ([zip](https://github.com/betahuhn/cf-worker-redirect/archive/v1.2.23.zip) · [tar.gz](https://github.com/betahuhn/cf-worker-redirect/archive/v1.2.23.tar.gz)) + +### Dependency updates + +- [`aa941fb`](https://github.com/betahuhn/cf-worker-redirect/commit/aa941fb) Bump webpack from 5.55.1 to 5.56.0 +- [`f94b398`](https://github.com/betahuhn/cf-worker-redirect/commit/f94b398) Bump @typescript-eslint/parser from 4.32.0 to 4.33.0 +- [`4499173`](https://github.com/betahuhn/cf-worker-redirect/commit/4499173) Bump webpack from 5.56.0 to 5.56.1 +- [`56eda7e`](https://github.com/betahuhn/cf-worker-redirect/commit/56eda7e) Bump webpack from 5.56.1 to 5.57.1 +- [`a352a8d`](https://github.com/betahuhn/cf-worker-redirect/commit/a352a8d) Bump @typescript-eslint/eslint-plugin from 4.32.0 to 4.33.0 +- [`6e4c2bb`](https://github.com/betahuhn/cf-worker-redirect/commit/6e4c2bb) Bump webpack-cli from 4.8.0 to 4.9.0 +- [`3d84c41`](https://github.com/betahuhn/cf-worker-redirect/commit/3d84c41) Bump webpack from 5.57.1 to 5.58.0 + ## [v1.2.22] - 2021-10-04 [Release notes](https://github.com/betahuhn/cf-worker-redirect/releases/tag/v1.2.22) · [Compare](https://github.com/betahuhn/cf-worker-redirect/compare/v1.2.21...v1.2.22) · [Tag](https://github.com/betahuhn/cf-worker-redirect/tree/v1.2.22) · Archive ([zip](https://github.com/betahuhn/cf-worker-redirect/archive/v1.2.22.zip) · [tar.gz](https://github.com/betahuhn/cf-worker-redirect/archive/v1.2.22.tar.gz)) diff --git a/package-lock.json b/package-lock.json index 51cbb47..be0bbce 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "cf-worker-redirect", - "version": "1.2.22", + "version": "1.2.23", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 78133e8..4573824 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cf-worker-redirect", - "version": "1.2.22", + "version": "1.2.23", "description": "Simple URL shortener running at the edge with Cloudflare Workers and Worker KV.", "main": "dist/index.js", "scripts": {