diff --git a/CHANGELOG.md b/CHANGELOG.md index 75b14ec..b6dcbcc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [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)) + +### Dependency updates + +- [`998ed23`](https://github.com/betahuhn/workers-template/commit/998ed23) Bump @typescript-eslint/parser from 4.17.0 to 4.18.0 (#12) +(Issues: [`#12`](https://github.com/betahuhn/workers-template/issues/12)) + ## [v1.0.0] - 2021-03-09 [Release notes](https://github.com/betahuhn/cf-worker-starter/releases/tag/v1.0.0) · [Tag](https://github.com/betahuhn/cf-worker-starter/tree/v1.0.0) · Archive ([zip](https://github.com/betahuhn/cf-worker-starter/archive/v1.0.0.zip) · [tar.gz](https://github.com/betahuhn/cf-worker-starter/archive/v1.0.0.tar.gz)) diff --git a/package-lock.json b/package-lock.json index 4098319..077897c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@betahuhn/cf-worker-starter", - "version": "1.0.0", + "version": "1.0.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index ad8aa7f..2215b76 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@betahuhn/cf-worker-starter", - "version": "1.0.0", + "version": "1.0.1", "description": "Starter Template for Cloudflare Workers with GitHub Actions CI and Automatic Releases", "main": "index.js", "scripts": {