From ff175dbdca430b7a8ae59051862215251a34c50f Mon Sep 17 00:00:00 2001 From: BetaHuhn Bot Date: Mon, 5 Dec 2022 01:00:08 +0000 Subject: [PATCH] :bookmark: Release v1.0.70 [skip ci] --- CHANGELOG.md | 8 ++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d19ac2..068b38a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [v1.0.70] - 2022-12-05 + +[Release notes](https://github.com/betahuhn/workers-template/releases/tag/v1.0.70) · [Compare](https://github.com/betahuhn/workers-template/compare/v1.0.69...v1.0.70) · [Tag](https://github.com/betahuhn/workers-template/tree/v1.0.70) · Archive ([zip](https://github.com/betahuhn/workers-template/archive/v1.0.70.zip) · [tar.gz](https://github.com/betahuhn/workers-template/archive/v1.0.70.tar.gz)) + +### Dependency updates + +- [`1dd4727`](https://github.com/betahuhn/workers-template/commit/1dd4727) Bump stefanzweifel/git-auto-commit-action + ## [v1.0.69] - 2022-11-21 [Release notes](https://github.com/betahuhn/workers-template/releases/tag/v1.0.69) · [Compare](https://github.com/betahuhn/workers-template/compare/v1.0.68...v1.0.69) · [Tag](https://github.com/betahuhn/workers-template/tree/v1.0.69) · Archive ([zip](https://github.com/betahuhn/workers-template/archive/v1.0.69.zip) · [tar.gz](https://github.com/betahuhn/workers-template/archive/v1.0.69.tar.gz)) diff --git a/package-lock.json b/package-lock.json index b84c5bc..d497f3b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@betahuhn/cf-worker-starter", - "version": "1.0.69", + "version": "1.0.70", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index a51060c..138716d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@betahuhn/cf-worker-starter", - "version": "1.0.69", + "version": "1.0.70", "description": "Starter Template for Cloudflare Workers with GitHub Actions CI and Automatic Releases", "main": "index.js", "scripts": {