Skip to content

Commit 120b9ad

Browse files
committed
🔖 Release v1.2.15 [skip ci]
1 parent 25cc7a7 commit 120b9ad

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.15] - 2021-08-16
2+
3+
[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))
4+
5+
### Dependency updates
6+
7+
- [`a8947b0`](https://github.com/betahuhn/cf-worker-redirect/commit/a8947b0) Bump @typescript-eslint/eslint-plugin from 4.28.5 to 4.29.0
8+
- [`c93a54a`](https://github.com/betahuhn/cf-worker-redirect/commit/c93a54a) Bump worker-setup from 1.4.11 to 1.4.12
9+
- [`ad38465`](https://github.com/betahuhn/cf-worker-redirect/commit/ad38465) Bump webpack from 5.48.0 to 5.49.0
10+
- [`9a81067`](https://github.com/betahuhn/cf-worker-redirect/commit/9a81067) Bump @typescript-eslint/parser from 4.29.0 to 4.29.1
11+
- [`8780310`](https://github.com/betahuhn/cf-worker-redirect/commit/8780310) Bump @typescript-eslint/eslint-plugin from 4.29.0 to 4.29.1
12+
- [`d23aa54`](https://github.com/betahuhn/cf-worker-redirect/commit/d23aa54) Bump webpack from 5.49.0 to 5.50.0
13+
114
## [v1.2.14] - 2021-08-09
215

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