From 8a1260e775ea3c1464ae8dd24b09539b735c7946 Mon Sep 17 00:00:00 2001 From: Koj Bot Date: Mon, 1 Mar 2021 00:38:03 +0000 Subject: [PATCH] :bookmark: Release v1.0.16 [skip ci] --- CHANGELOG.md | 12 ++++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 59029cc..43e6259 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +## v1.0.16 (2021-03-01) + +[📝 Release notes](https://github.com/koj-co/workers-template/releases/tag/v1.0.16) · [💻 Compare](https://github.com/koj-co/workers-template/compare/v1.0.15...v1.0.16) · [🔖 Tag](https://github.com/koj-co/workers-template/tree/v1.0.16) · 🗄️ Archive ([zip](https://github.com/koj-co/workers-template/archive/v1.0.16.zip) · [tar.gz](https://github.com/koj-co/workers-template/archive/v1.0.16.tar.gz)) + +### ⬆️ Dependency updates + +- [`e602dd2`](https://github.com/koj-co/workers-template/commit/e602dd2) Bump actions/setup-node from v2.1.4 to v2.1.5 +- [`0898be0`](https://github.com/koj-co/workers-template/commit/0898be0) Bump webpack from 5.23.0 to 5.24.0 +- [`95a3d6f`](https://github.com/koj-co/workers-template/commit/95a3d6f) Bump typescript from 4.1.5 to 4.2.2 +- [`fb56a21`](https://github.com/koj-co/workers-template/commit/fb56a21) Bump webpack from 5.24.0 to 5.24.1 +- [`de2a6e2`](https://github.com/koj-co/workers-template/commit/de2a6e2) Bump webpack from 5.24.1 to 5.24.2 + ## v1.0.15 (2021-02-22) [📝 Release notes](https://github.com/koj-co/workers-template/releases/tag/v1.0.15) · [💻 Compare](https://github.com/koj-co/workers-template/compare/v1.0.14...v1.0.15) · [🔖 Tag](https://github.com/koj-co/workers-template/tree/v1.0.15) · 🗄️ Archive ([zip](https://github.com/koj-co/workers-template/archive/v1.0.15.zip) · [tar.gz](https://github.com/koj-co/workers-template/archive/v1.0.15.tar.gz)) diff --git a/package-lock.json b/package-lock.json index 719c04e..7ce99f3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@koj/workers-template", - "version": "1.0.15", + "version": "1.0.16", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 4341aa2..56ee445 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@koj/workers-template", - "version": "1.0.15", + "version": "1.0.16", "description": "Template for Cloudflare Workers with GitHub Actions CI, releases, and more", "main": "index.js", "scripts": {