From ffa5d5741c9d47ef88bbb0dbd452b16bf04582b6 Mon Sep 17 00:00:00 2001 From: BetaHuhn Bot Date: Mon, 9 Aug 2021 00:20:00 +0000 Subject: [PATCH] :bookmark: Release v1.2.14 [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 52adb3d..dde73dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +## [v1.2.14] - 2021-08-09 + +[Release notes](https://github.com/betahuhn/cf-worker-redirect/releases/tag/v1.2.14) · [Compare](https://github.com/betahuhn/cf-worker-redirect/compare/v1.2.13...v1.2.14) · [Tag](https://github.com/betahuhn/cf-worker-redirect/tree/v1.2.14) · Archive ([zip](https://github.com/betahuhn/cf-worker-redirect/archive/v1.2.14.zip) · [tar.gz](https://github.com/betahuhn/cf-worker-redirect/archive/v1.2.14.tar.gz)) + +### Dependency updates + +- [`369957e`](https://github.com/betahuhn/cf-worker-redirect/commit/369957e) Bump worker-setup from 1.4.10 to 1.4.11 +- [`659156b`](https://github.com/betahuhn/cf-worker-redirect/commit/659156b) Bump eslint from 7.31.0 to 7.32.0 +- [`435c355`](https://github.com/betahuhn/cf-worker-redirect/commit/435c355) Bump webpack from 5.47.1 to 5.48.0 +- [`f16c285`](https://github.com/betahuhn/cf-worker-redirect/commit/f16c285) Bump @typescript-eslint/parser from 4.28.5 to 4.29.0 + ## [v1.2.13] - 2021-08-02 [Release notes](https://github.com/betahuhn/cf-worker-redirect/releases/tag/v1.2.13) · [Compare](https://github.com/betahuhn/cf-worker-redirect/compare/v1.2.12...v1.2.13) · [Tag](https://github.com/betahuhn/cf-worker-redirect/tree/v1.2.13) · Archive ([zip](https://github.com/betahuhn/cf-worker-redirect/archive/v1.2.13.zip) · [tar.gz](https://github.com/betahuhn/cf-worker-redirect/archive/v1.2.13.tar.gz)) diff --git a/package-lock.json b/package-lock.json index 4ea800d..05a6a97 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "cf-worker-redirect", - "version": "1.2.13", + "version": "1.2.14", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 3c93234..1250b39 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cf-worker-redirect", - "version": "1.2.13", + "version": "1.2.14", "description": "Simple URL shortener running at the edge with Cloudflare Workers and Worker KV.", "main": "dist/index.js", "scripts": {