From b346fa659ad59e2a401a6af0f657b6b64347c5a3 Mon Sep 17 00:00:00 2001 From: Koj Bot Date: Mon, 1 Feb 2021 00:44:17 +0000 Subject: [PATCH] :bookmark: Release v1.0.12 [skip ci] --- CHANGELOG.md | 9 +++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 61bbd5b..4578339 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## v1.0.12 (2021-02-01) + +[📝 Release notes](https://github.com/koj-co/workers-template/releases/tag/v1.0.12) · [💻 Compare](https://github.com/koj-co/workers-template/compare/v1.0.11...v1.0.12) · [🔖 Tag](https://github.com/koj-co/workers-template/tree/v1.0.12) · 🗄️ Archive ([zip](https://github.com/koj-co/workers-template/archive/v1.0.12.zip) · [tar.gz](https://github.com/koj-co/workers-template/archive/v1.0.12.tar.gz)) + +### ⬆️ Dependency updates + +- [`8c28726`](https://github.com/koj-co/workers-template/commit/8c28726) Bump webpack from 5.16.0 to 5.17.0 +- [`6c05629`](https://github.com/koj-co/workers-template/commit/6c05629) Bump webpack from 5.17.0 to 5.18.0 + ## v1.0.11 (2021-01-25) [📝 Release notes](https://github.com/koj-co/workers-template/releases/tag/v1.0.11) · [💻 Compare](https://github.com/koj-co/workers-template/compare/v1.0.10...v1.0.11) · [🔖 Tag](https://github.com/koj-co/workers-template/tree/v1.0.11) · 🗄️ Archive ([zip](https://github.com/koj-co/workers-template/archive/v1.0.11.zip) · [tar.gz](https://github.com/koj-co/workers-template/archive/v1.0.11.tar.gz)) diff --git a/package-lock.json b/package-lock.json index a2714e8..15f6781 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@koj/workers-template", - "version": "1.0.11", + "version": "1.0.12", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 5537447..9063645 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@koj/workers-template", - "version": "1.0.11", + "version": "1.0.12", "description": "Template for Cloudflare Workers with GitHub Actions CI, releases, and more", "main": "index.js", "scripts": {