diff --git a/CHANGELOG.md b/CHANGELOG.md index 51dc3d0..5f6ae03 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## [v1.0.41] - 2022-01-17 + +[Release notes](https://github.com/betahuhn/workers-template/releases/tag/v1.0.41) · [Compare](https://github.com/betahuhn/workers-template/compare/v1.0.40...v1.0.41) · [Tag](https://github.com/betahuhn/workers-template/tree/v1.0.41) · Archive ([zip](https://github.com/betahuhn/workers-template/archive/v1.0.41.zip) · [tar.gz](https://github.com/betahuhn/workers-template/archive/v1.0.41.tar.gz)) + +### Dependency updates + +- [`bec4a0f`](https://github.com/betahuhn/workers-template/commit/bec4a0f) Bump stefanzweifel/git-auto-commit-action +- [`9be2622`](https://github.com/betahuhn/workers-template/commit/9be2622) Bump webpack from 5.65.0 to 5.66.0 +- [`9c5e9b0`](https://github.com/betahuhn/workers-template/commit/9c5e9b0) Bump stefanzweifel/git-auto-commit-action + ## [v1.0.40] - 2022-01-10 [Release notes](https://github.com/betahuhn/workers-template/releases/tag/v1.0.40) · [Compare](https://github.com/betahuhn/workers-template/compare/v1.0.39...v1.0.40) · [Tag](https://github.com/betahuhn/workers-template/tree/v1.0.40) · Archive ([zip](https://github.com/betahuhn/workers-template/archive/v1.0.40.zip) · [tar.gz](https://github.com/betahuhn/workers-template/archive/v1.0.40.tar.gz)) diff --git a/package-lock.json b/package-lock.json index 015b5fa..4c59bf6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@betahuhn/cf-worker-starter", - "version": "1.0.40", + "version": "1.0.41", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index d6dd6d9..8a7dace 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@betahuhn/cf-worker-starter", - "version": "1.0.40", + "version": "1.0.41", "description": "Starter Template for Cloudflare Workers with GitHub Actions CI and Automatic Releases", "main": "index.js", "scripts": {