Skip to content

Commit 9580fc9

Browse files
committed
🔖 Release v1.2.17 [skip ci]
1 parent c5f9f68 commit 9580fc9

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.17] - 2021-08-30
2+
3+
[Release notes](https://github.com/betahuhn/cf-worker-redirect/releases/tag/v1.2.17) · [Compare](https://github.com/betahuhn/cf-worker-redirect/compare/v1.2.16...v1.2.17) · [Tag](https://github.com/betahuhn/cf-worker-redirect/tree/v1.2.17) · Archive ([zip](https://github.com/betahuhn/cf-worker-redirect/archive/v1.2.17.zip) · [tar.gz](https://github.com/betahuhn/cf-worker-redirect/archive/v1.2.17.tar.gz))
4+
5+
### Dependency updates
6+
7+
- [`43ab769`](https://github.com/betahuhn/cf-worker-redirect/commit/43ab769) Bump worker-setup from 1.4.12 to 1.4.13
8+
- [`f45eed6`](https://github.com/betahuhn/cf-worker-redirect/commit/f45eed6) Bump @typescript-eslint/eslint-plugin from 4.29.2 to 4.29.3
9+
- [`40f6d27`](https://github.com/betahuhn/cf-worker-redirect/commit/40f6d27) Bump @typescript-eslint/parser from 4.29.2 to 4.29.3
10+
- [`0be80e0`](https://github.com/betahuhn/cf-worker-redirect/commit/0be80e0) Bump typescript from 4.3.5 to 4.4.2
11+
112
## [v1.2.16] - 2021-08-23
213

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

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