diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ea0115..a7ffcd8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +## [v1.2.8] - 2021-06-28 + +[Release notes](https://github.com/betahuhn/cf-worker-redirect/releases/tag/v1.2.8) · [Compare](https://github.com/betahuhn/cf-worker-redirect/compare/v1.2.7...v1.2.8) · [Tag](https://github.com/betahuhn/cf-worker-redirect/tree/v1.2.8) · Archive ([zip](https://github.com/betahuhn/cf-worker-redirect/archive/v1.2.8.zip) · [tar.gz](https://github.com/betahuhn/cf-worker-redirect/archive/v1.2.8.tar.gz)) + +### Dependency updates + +- [`9028707`](https://github.com/betahuhn/cf-worker-redirect/commit/9028707) Bump worker-setup from 1.4.5 to 1.4.6 +- [`6237775`](https://github.com/betahuhn/cf-worker-redirect/commit/6237775) Bump eslint from 7.28.0 to 7.29.0 +- [`cb71aab`](https://github.com/betahuhn/cf-worker-redirect/commit/cb71aab) Bump @types/chai from 4.2.18 to 4.2.19 +- [`31c5c47`](https://github.com/betahuhn/cf-worker-redirect/commit/31c5c47) Bump webpack from 5.39.1 to 5.40.0 +- [`64aef6a`](https://github.com/betahuhn/cf-worker-redirect/commit/64aef6a) Bump @typescript-eslint/eslint-plugin from 4.27.0 to 4.28.0 +- [`906a663`](https://github.com/betahuhn/cf-worker-redirect/commit/906a663) Bump @typescript-eslint/parser from 4.27.0 to 4.28.0 + ## [v1.2.7] - 2021-06-21 [Release notes](https://github.com/betahuhn/cf-worker-redirect/releases/tag/v1.2.7) · [Compare](https://github.com/betahuhn/cf-worker-redirect/compare/v1.2.6...v1.2.7) · [Tag](https://github.com/betahuhn/cf-worker-redirect/tree/v1.2.7) · Archive ([zip](https://github.com/betahuhn/cf-worker-redirect/archive/v1.2.7.zip) · [tar.gz](https://github.com/betahuhn/cf-worker-redirect/archive/v1.2.7.tar.gz)) diff --git a/package-lock.json b/package-lock.json index adf3f97..045eaa6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "cf-worker-redirect", - "version": "1.2.7", + "version": "1.2.8", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index cce3e98..9e7ed66 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cf-worker-redirect", - "version": "1.2.7", + "version": "1.2.8", "description": "Simple URL shortener running at the edge with Cloudflare Workers and Worker KV.", "main": "dist/index.js", "scripts": {