Skip to content

Commit 3fadec5

Browse files
committed
🔖 Release v1.2.23 [skip ci]
1 parent 6bb5c3c commit 3fadec5

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## [v1.2.23] - 2021-10-11
2+
3+
[Release notes](https://github.com/betahuhn/cf-worker-redirect/releases/tag/v1.2.23) · [Compare](https://github.com/betahuhn/cf-worker-redirect/compare/v1.2.22...v1.2.23) · [Tag](https://github.com/betahuhn/cf-worker-redirect/tree/v1.2.23) · Archive ([zip](https://github.com/betahuhn/cf-worker-redirect/archive/v1.2.23.zip) · [tar.gz](https://github.com/betahuhn/cf-worker-redirect/archive/v1.2.23.tar.gz))
4+
5+
### Dependency updates
6+
7+
- [`aa941fb`](https://github.com/betahuhn/cf-worker-redirect/commit/aa941fb) Bump webpack from 5.55.1 to 5.56.0
8+
- [`f94b398`](https://github.com/betahuhn/cf-worker-redirect/commit/f94b398) Bump @typescript-eslint/parser from 4.32.0 to 4.33.0
9+
- [`4499173`](https://github.com/betahuhn/cf-worker-redirect/commit/4499173) Bump webpack from 5.56.0 to 5.56.1
10+
- [`56eda7e`](https://github.com/betahuhn/cf-worker-redirect/commit/56eda7e) Bump webpack from 5.56.1 to 5.57.1
11+
- [`a352a8d`](https://github.com/betahuhn/cf-worker-redirect/commit/a352a8d) Bump @typescript-eslint/eslint-plugin from 4.32.0 to 4.33.0
12+
- [`6e4c2bb`](https://github.com/betahuhn/cf-worker-redirect/commit/6e4c2bb) Bump webpack-cli from 4.8.0 to 4.9.0
13+
- [`3d84c41`](https://github.com/betahuhn/cf-worker-redirect/commit/3d84c41) Bump webpack from 5.57.1 to 5.58.0
14+
115
## [v1.2.22] - 2021-10-04
216

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

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.22",
3+
"version": "1.2.23",
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)