Skip to content
This repository was archived by the owner on Aug 7, 2021. It is now read-only.

Commit becbb40

Browse files
committed
🔖 Release v1.0.8 [skip ci]
1 parent 639f489 commit becbb40

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## v1.0.8 (2021-01-04)
2+
3+
[📝 Release notes](https://github.com/koj-co/workers-template/releases/tag/v1.0.8) · [💻 Compare](https://github.com/koj-co/workers-template/compare/v1.0.7...v1.0.8) · [🔖 Tag](https://github.com/koj-co/workers-template/tree/v1.0.8) · 🗄️ Archive ([zip](https://github.com/koj-co/workers-template/archive/v1.0.8.zip) · [tar.gz](https://github.com/koj-co/workers-template/archive/v1.0.8.tar.gz))
4+
5+
### ⬆️ Dependency updates
6+
7+
- [`3dd8d4b`](https://github.com/koj-co/workers-template/commit/3dd8d4b) Bump webpack-cli from 4.2.0 to 4.3.0
8+
- [`1669b74`](https://github.com/koj-co/workers-template/commit/1669b74) Bump webpack from 5.11.0 to 5.11.1
9+
- [`c584fac`](https://github.com/koj-co/workers-template/commit/c584fac) Bump urijs from 1.19.2 to 1.19.5
10+
- [`a49bc16`](https://github.com/koj-co/workers-template/commit/a49bc16) Bump webpack-cli from 4.3.0 to 4.3.1
11+
- [`9ea4c6b`](https://github.com/koj-co/workers-template/commit/9ea4c6b) Bump ts-loader from 8.0.12 to 8.0.13
12+
113
## v1.0.7 (2020-12-28)
214

315
[📝 Release notes](https://github.com/koj-co/workers-template/releases/tag/v1.0.7) · [💻 Compare](https://github.com/koj-co/workers-template/compare/v1.0.6...v1.0.7) · [🔖 Tag](https://github.com/koj-co/workers-template/tree/v1.0.7) · 🗄️ Archive ([zip](https://github.com/koj-co/workers-template/archive/v1.0.7.zip) · [tar.gz](https://github.com/koj-co/workers-template/archive/v1.0.7.tar.gz))

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@koj/workers-template",
3-
"version": "1.0.7",
3+
"version": "1.0.8",
44
"description": "Template for Cloudflare Workers with GitHub Actions CI, releases, and more",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)