diff --git a/CHANGELOG.md b/CHANGELOG.md index fccb86d..a9ae1a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## 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)) + +### ⬆️ Dependency updates + +- [`8a92402`](https://github.com/koj-co/workers-template/commit/8a92402) Bump webpack from 5.11.1 to 5.12.3 +- [`ea8dffd`](https://github.com/koj-co/workers-template/commit/ea8dffd) Bump webpack from 5.12.3 to 5.13.0 +- [`783c917`](https://github.com/koj-co/workers-template/commit/783c917) Bump webpack from 5.13.0 to 5.14.0 + ## v1.0.9 (2021-01-11) [📝 Release notes](https://github.com/koj-co/workers-template/releases/tag/v1.0.9) · [💻 Compare](https://github.com/koj-co/workers-template/compare/v1.0.8...v1.0.9) · [🔖 Tag](https://github.com/koj-co/workers-template/tree/v1.0.9) · 🗄️ Archive ([zip](https://github.com/koj-co/workers-template/archive/v1.0.9.zip) · [tar.gz](https://github.com/koj-co/workers-template/archive/v1.0.9.tar.gz)) diff --git a/package-lock.json b/package-lock.json index 653c4e9..03dec9b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@koj/workers-template", - "version": "1.0.9", + "version": "1.0.10", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 8838767..f451b7d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@koj/workers-template", - "version": "1.0.9", + "version": "1.0.10", "description": "Template for Cloudflare Workers with GitHub Actions CI, releases, and more", "main": "index.js", "scripts": {