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

Commit

Permalink
🔖 Release v1.0.14 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
pabio-escobar committed Feb 15, 2021
1 parent b148853 commit f0bf4c9
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
## v1.0.14 (2021-02-15)

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

### ⬆️ Dependency updates

- [`1f857bc`](https://github.com/koj-co/workers-template/commit/1f857bc) Bump webpack from 5.20.2 to 5.21.2
- [`dfb91a9`](https://github.com/koj-co/workers-template/commit/dfb91a9) Bump actions/cache from v2 to v2.1.4
- [`e406671`](https://github.com/koj-co/workers-template/commit/e406671) Bump ts-loader from 8.0.15 to 8.0.16
- [`e34ccc0`](https://github.com/koj-co/workers-template/commit/e34ccc0) Bump typescript from 4.1.3 to 4.1.4
- [`f8144d7`](https://github.com/koj-co/workers-template/commit/f8144d7) Bump ts-loader from 8.0.16 to 8.0.17
- [`e09d82e`](https://github.com/koj-co/workers-template/commit/e09d82e) Bump @types/chai from 4.2.14 to 4.2.15
- [`76620f9`](https://github.com/koj-co/workers-template/commit/76620f9) Bump typescript from 4.1.4 to 4.1.5
- [`5a35a0f`](https://github.com/koj-co/workers-template/commit/5a35a0f) Bump mocha from 8.2.1 to 8.3.0

## v1.0.13 (2021-02-08)

[📝 Release notes](https://github.com/koj-co/workers-template/releases/tag/v1.0.13) · [💻 Compare](https://github.com/koj-co/workers-template/compare/v1.0.12...v1.0.13) · [🔖 Tag](https://github.com/koj-co/workers-template/tree/v1.0.13) · 🗄️ Archive ([zip](https://github.com/koj-co/workers-template/archive/v1.0.13.zip) · [tar.gz](https://github.com/koj-co/workers-template/archive/v1.0.13.tar.gz))
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@koj/workers-template",
"version": "1.0.13",
"version": "1.0.14",
"description": "Template for Cloudflare Workers with GitHub Actions CI, releases, and more",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit f0bf4c9

Please sign in to comment.