From 976ca7ca7ecc192ef884836404828ea1287166be Mon Sep 17 00:00:00 2001 From: BetaHuhn Bot Date: Mon, 4 Oct 2021 00:21:52 +0000 Subject: [PATCH] :bookmark: Release v1.2.22 [skip ci] --- CHANGELOG.md | 12 ++++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f23fe8..0678083 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +## [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)) + +### Dependency updates + +- [`d4b2403`](https://github.com/betahuhn/cf-worker-redirect/commit/d4b2403) Bump webpack from 5.53.0 to 5.54.0 +- [`852f751`](https://github.com/betahuhn/cf-worker-redirect/commit/852f751) Bump @typescript-eslint/parser from 4.31.2 to 4.32.0 +- [`bf4f856`](https://github.com/betahuhn/cf-worker-redirect/commit/bf4f856) Bump @typescript-eslint/eslint-plugin from 4.31.2 to 4.32.0 +- [`72a0a20`](https://github.com/betahuhn/cf-worker-redirect/commit/72a0a20) Bump webpack from 5.54.0 to 5.55.0 +- [`fd6d8db`](https://github.com/betahuhn/cf-worker-redirect/commit/fd6d8db) Bump webpack from 5.55.0 to 5.55.1 + ## [v1.2.21] - 2021-09-27 [Release notes](https://github.com/betahuhn/cf-worker-redirect/releases/tag/v1.2.21) · [Compare](https://github.com/betahuhn/cf-worker-redirect/compare/v1.2.20...v1.2.21) · [Tag](https://github.com/betahuhn/cf-worker-redirect/tree/v1.2.21) · Archive ([zip](https://github.com/betahuhn/cf-worker-redirect/archive/v1.2.21.zip) · [tar.gz](https://github.com/betahuhn/cf-worker-redirect/archive/v1.2.21.tar.gz)) diff --git a/package-lock.json b/package-lock.json index 8df35a6..b9127e2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "cf-worker-redirect", - "version": "1.2.21", + "version": "1.2.22", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 7f85320..653e677 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cf-worker-redirect", - "version": "1.2.21", + "version": "1.2.22", "description": "Simple URL shortener running at the edge with Cloudflare Workers and Worker KV.", "main": "dist/index.js", "scripts": {