Skip to content

Commit 9ec010b

Browse files
committed
🔖 Release v1.2.20 [skip ci]
1 parent 438f64c commit 9ec010b

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## [v1.2.20] - 2021-09-20
2+
3+
[Release notes](https://github.com/betahuhn/cf-worker-redirect/releases/tag/v1.2.20) · [Compare](https://github.com/betahuhn/cf-worker-redirect/compare/v1.2.19...v1.2.20) · [Tag](https://github.com/betahuhn/cf-worker-redirect/tree/v1.2.20) · Archive ([zip](https://github.com/betahuhn/cf-worker-redirect/archive/v1.2.20.zip) · [tar.gz](https://github.com/betahuhn/cf-worker-redirect/archive/v1.2.20.tar.gz))
4+
5+
### Dependency updates
6+
7+
- [`1cce212`](https://github.com/betahuhn/cf-worker-redirect/commit/1cce212) Bump webpack from 5.52.0 to 5.52.1
8+
- [`328a9a3`](https://github.com/betahuhn/cf-worker-redirect/commit/328a9a3) Bump typescript from 4.4.2 to 4.4.3
9+
- [`5c75309`](https://github.com/betahuhn/cf-worker-redirect/commit/5c75309) Bump @typescript-eslint/eslint-plugin from 4.31.0 to 4.31.1
10+
- [`0e65a4e`](https://github.com/betahuhn/cf-worker-redirect/commit/0e65a4e) Bump worker-setup from 1.4.14 to 1.4.15
11+
- [`34c0fe4`](https://github.com/betahuhn/cf-worker-redirect/commit/34c0fe4) Bump @typescript-eslint/parser from 4.31.0 to 4.31.1
12+
- [`5036d92`](https://github.com/betahuhn/cf-worker-redirect/commit/5036d92) Bump webpack from 5.52.1 to 5.53.0
13+
114
## [v1.2.19] - 2021-09-13
215

316
[Release notes](https://github.com/betahuhn/cf-worker-redirect/releases/tag/v1.2.19) · [Compare](https://github.com/betahuhn/cf-worker-redirect/compare/v1.2.18...v1.2.19) · [Tag](https://github.com/betahuhn/cf-worker-redirect/tree/v1.2.19) · Archive ([zip](https://github.com/betahuhn/cf-worker-redirect/archive/v1.2.19.zip) · [tar.gz](https://github.com/betahuhn/cf-worker-redirect/archive/v1.2.19.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.19",
3+
"version": "1.2.20",
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)