Skip to content

Commit 167a7a7

Browse files
committed
🔖 Release v1.2.16 [skip ci]
1 parent f36213d commit 167a7a7

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## [v1.2.16] - 2021-08-23
2+
3+
[Release notes](https://github.com/betahuhn/cf-worker-redirect/releases/tag/v1.2.16) · [Compare](https://github.com/betahuhn/cf-worker-redirect/compare/v1.2.15...v1.2.16) · [Tag](https://github.com/betahuhn/cf-worker-redirect/tree/v1.2.16) · Archive ([zip](https://github.com/betahuhn/cf-worker-redirect/archive/v1.2.16.zip) · [tar.gz](https://github.com/betahuhn/cf-worker-redirect/archive/v1.2.16.tar.gz))
4+
5+
### Dependency updates
6+
7+
- [`afacd87`](https://github.com/betahuhn/cf-worker-redirect/commit/afacd87) Bump webpack-cli from 4.7.2 to 4.8.0
8+
- [`46ce0c9`](https://github.com/betahuhn/cf-worker-redirect/commit/46ce0c9) Bump @typescript-eslint/eslint-plugin from 4.29.1 to 4.29.2
9+
- [`2abd01a`](https://github.com/betahuhn/cf-worker-redirect/commit/2abd01a) Bump @typescript-eslint/parser from 4.29.1 to 4.29.2
10+
- [`dd184a3`](https://github.com/betahuhn/cf-worker-redirect/commit/dd184a3) Bump webpack from 5.50.0 to 5.51.1
11+
112
## [v1.2.15] - 2021-08-16
213

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