From 1af0663d09f9d06e879e558d0e7b3cb8185b4b08 Mon Sep 17 00:00:00 2001 From: Koj Bot Date: Mon, 25 Jan 2021 01:15:21 +0000 Subject: [PATCH] :bookmark: Release v1.0.11 [skip ci] --- CHANGELOG.md | 10 ++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a9ae1a6..61bbd5b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## 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)) + +### ⬆️ Dependency updates + +- [`72cde99`](https://github.com/koj-co/workers-template/commit/72cde99) Bump webpack from 5.14.0 to 5.15.0 +- [`2fc12e5`](https://github.com/koj-co/workers-template/commit/2fc12e5) Bump webpack from 5.15.0 to 5.16.0 +- [`88085c1`](https://github.com/koj-co/workers-template/commit/88085c1) Bump webpack-cli from 4.3.1 to 4.4.0 + ## v1.0.10 (2021-01-18) [📝 Release notes](https://github.com/koj-co/workers-template/releases/tag/v1.0.10) · [💻 Compare](https://github.com/koj-co/workers-template/compare/v1.0.9...v1.0.10) · [🔖 Tag](https://github.com/koj-co/workers-template/tree/v1.0.10) · 🗄️ Archive ([zip](https://github.com/koj-co/workers-template/archive/v1.0.10.zip) · [tar.gz](https://github.com/koj-co/workers-template/archive/v1.0.10.tar.gz)) diff --git a/package-lock.json b/package-lock.json index 2192fe8..bc2e616 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@koj/workers-template", - "version": "1.0.10", + "version": "1.0.11", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index f451b7d..5537447 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@koj/workers-template", - "version": "1.0.10", + "version": "1.0.11", "description": "Template for Cloudflare Workers with GitHub Actions CI, releases, and more", "main": "index.js", "scripts": {