Skip to content

Commit

Permalink
🔖 Release v1.0.2 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
BetaHuhnBot committed Mar 29, 2021
1 parent 0bc914b commit 8566904
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## [v1.0.2] - 2021-03-29

[Release notes](https://github.com/betahuhn/workers-template/releases/tag/v1.0.2) · [Compare](https://github.com/betahuhn/workers-template/compare/v1.0.1...v1.0.2) · [Tag](https://github.com/betahuhn/workers-template/tree/v1.0.2) · Archive ([zip](https://github.com/betahuhn/workers-template/archive/v1.0.2.zip) · [tar.gz](https://github.com/betahuhn/workers-template/archive/v1.0.2.tar.gz))

### Dependency updates

- [`665c27a`](https://github.com/betahuhn/workers-template/commit/665c27a) Bump @types/mocha from 8.2.1 to 8.2.2
- [`f160831`](https://github.com/betahuhn/workers-template/commit/f160831) Bump webpack from 5.26.3 to 5.27.1
- [`6ef341a`](https://github.com/betahuhn/workers-template/commit/6ef341a) Bump @typescript-eslint/eslint-plugin from 4.18.0 to 4.19.0
- [`cbdbdcd`](https://github.com/betahuhn/workers-template/commit/cbdbdcd) Bump webpack from 5.27.1 to 5.27.2
- [`cff6a43`](https://github.com/betahuhn/workers-template/commit/cff6a43) Bump @typescript-eslint/parser from 4.18.0 to 4.19.0
- [`989463b`](https://github.com/betahuhn/workers-template/commit/989463b) Bump webpack from 5.27.2 to 5.28.0

## [v1.0.1] - 2021-03-22

[Release notes](https://github.com/betahuhn/workers-template/releases/tag/v1.0.1) · [Compare](https://github.com/betahuhn/workers-template/compare/v1.0.0...v1.0.1) · [Tag](https://github.com/betahuhn/workers-template/tree/v1.0.1) · Archive ([zip](https://github.com/betahuhn/workers-template/archive/v1.0.1.zip) · [tar.gz](https://github.com/betahuhn/workers-template/archive/v1.0.1.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": "@betahuhn/cf-worker-starter",
"version": "1.0.1",
"version": "1.0.2",
"description": "Starter Template for Cloudflare Workers with GitHub Actions CI and Automatic Releases",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 8566904

Please sign in to comment.