From 2ff683be2a3e68d24d880efbd36f82475eec6341 Mon Sep 17 00:00:00 2001 From: BetaHuhn Bot Date: Mon, 6 Sep 2021 00:22:00 +0000 Subject: [PATCH] :bookmark: Release v1.2.18 [skip ci] --- CHANGELOG.md | 10 ++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 728a47c..73e4bdf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## [v1.2.18] - 2021-09-06 + +[Release notes](https://github.com/betahuhn/cf-worker-redirect/releases/tag/v1.2.18) · [Compare](https://github.com/betahuhn/cf-worker-redirect/compare/v1.2.17...v1.2.18) · [Tag](https://github.com/betahuhn/cf-worker-redirect/tree/v1.2.18) · Archive ([zip](https://github.com/betahuhn/cf-worker-redirect/archive/v1.2.18.zip) · [tar.gz](https://github.com/betahuhn/cf-worker-redirect/archive/v1.2.18.tar.gz)) + +### Dependency updates + +- [`5f2a9e9`](https://github.com/betahuhn/cf-worker-redirect/commit/5f2a9e9) Bump @typescript-eslint/eslint-plugin from 4.29.3 to 4.30.0 +- [`2bce9be`](https://github.com/betahuhn/cf-worker-redirect/commit/2bce9be) Bump @typescript-eslint/parser from 4.29.3 to 4.30.0 +- [`443179f`](https://github.com/betahuhn/cf-worker-redirect/commit/443179f) Bump webpack from 5.51.1 to 5.51.2 + ## [v1.2.17] - 2021-08-30 [Release notes](https://github.com/betahuhn/cf-worker-redirect/releases/tag/v1.2.17) · [Compare](https://github.com/betahuhn/cf-worker-redirect/compare/v1.2.16...v1.2.17) · [Tag](https://github.com/betahuhn/cf-worker-redirect/tree/v1.2.17) · Archive ([zip](https://github.com/betahuhn/cf-worker-redirect/archive/v1.2.17.zip) · [tar.gz](https://github.com/betahuhn/cf-worker-redirect/archive/v1.2.17.tar.gz)) diff --git a/package-lock.json b/package-lock.json index d0879eb..416ab2d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "cf-worker-redirect", - "version": "1.2.17", + "version": "1.2.18", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 8d74c20..ec0003c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cf-worker-redirect", - "version": "1.2.17", + "version": "1.2.18", "description": "Simple URL shortener running at the edge with Cloudflare Workers and Worker KV.", "main": "dist/index.js", "scripts": {