Skip to content

Commit 976ca7c

Browse files
committed
🔖 Release v1.2.22 [skip ci]
1 parent 51b6bb6 commit 976ca7c

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## [v1.2.22] - 2021-10-04
2+
3+
[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))
4+
5+
### Dependency updates
6+
7+
- [`d4b2403`](https://github.com/betahuhn/cf-worker-redirect/commit/d4b2403) Bump webpack from 5.53.0 to 5.54.0
8+
- [`852f751`](https://github.com/betahuhn/cf-worker-redirect/commit/852f751) Bump @typescript-eslint/parser from 4.31.2 to 4.32.0
9+
- [`bf4f856`](https://github.com/betahuhn/cf-worker-redirect/commit/bf4f856) Bump @typescript-eslint/eslint-plugin from 4.31.2 to 4.32.0
10+
- [`72a0a20`](https://github.com/betahuhn/cf-worker-redirect/commit/72a0a20) Bump webpack from 5.54.0 to 5.55.0
11+
- [`fd6d8db`](https://github.com/betahuhn/cf-worker-redirect/commit/fd6d8db) Bump webpack from 5.55.0 to 5.55.1
12+
113
## [v1.2.21] - 2021-09-27
214

315
[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))

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cf-worker-redirect",
3-
"version": "1.2.21",
3+
"version": "1.2.22",
44
"description": "Simple URL shortener running at the edge with Cloudflare Workers and Worker KV.",
55
"main": "dist/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)