diff --git a/CHANGELOG.md b/CHANGELOG.md index ab8eb17..cb00353 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [v1.0.76] - 2024-01-29 + +[Release notes](https://github.com/betahuhn/workers-template/releases/tag/v1.0.76) · [Compare](https://github.com/betahuhn/workers-template/compare/v1.0.75...v1.0.76) · [Tag](https://github.com/betahuhn/workers-template/tree/v1.0.76) · Archive ([zip](https://github.com/betahuhn/workers-template/archive/v1.0.76.zip) · [tar.gz](https://github.com/betahuhn/workers-template/archive/v1.0.76.tar.gz)) + +### Dependency updates + +- [`e89fdfa`](https://github.com/betahuhn/workers-template/commit/e89fdfa) Bump webpack from 5.89.0 to 5.90.0 + ## [v1.0.75] - 2023-11-06 [Release notes](https://github.com/betahuhn/workers-template/releases/tag/v1.0.75) · [Compare](https://github.com/betahuhn/workers-template/compare/v1.0.74...v1.0.75) · [Tag](https://github.com/betahuhn/workers-template/tree/v1.0.75) · Archive ([zip](https://github.com/betahuhn/workers-template/archive/v1.0.75.zip) · [tar.gz](https://github.com/betahuhn/workers-template/archive/v1.0.75.tar.gz)) diff --git a/package-lock.json b/package-lock.json index a5af234..be69836 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@betahuhn/cf-worker-starter", - "version": "1.0.75", + "version": "1.0.76", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 9723b18..09faa8d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@betahuhn/cf-worker-starter", - "version": "1.0.75", + "version": "1.0.76", "description": "Starter Template for Cloudflare Workers with GitHub Actions CI and Automatic Releases", "main": "index.js", "scripts": {