diff --git a/CHANGELOG.md b/CHANGELOG.md index d7a7a2d..edd261a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## v1.0.11 (2021-01-18) + +[📝 Release notes](https://github.com/koj-co/template/releases/tag/v1.0.11) · [💻 Compare](https://github.com/koj-co/template/compare/v1.0.10...v1.0.11) · [🔖 Tag](https://github.com/koj-co/template/tree/v1.0.11) · 🗄️ Archive ([zip](https://github.com/koj-co/template/archive/v1.0.11.zip) · [tar.gz](https://github.com/koj-co/template/archive/v1.0.11.tar.gz)) + +### ⬆️ Dependency updates + +- [`62474c3`](https://github.com/koj-co/template/commit/62474c3) Bump semantic-release from 17.3.1 to 17.3.2 + ## v1.0.10 (2021-01-11) [📝 Release notes](https://github.com/koj-co/template/releases/tag/v1.0.10) · [💻 Compare](https://github.com/koj-co/template/compare/v1.0.9...v1.0.10) · [🔖 Tag](https://github.com/koj-co/template/tree/v1.0.10) · 🗄️ Archive ([zip](https://github.com/koj-co/template/archive/v1.0.10.zip) · [tar.gz](https://github.com/koj-co/template/archive/v1.0.10.tar.gz)) diff --git a/package-lock.json b/package-lock.json index 0ad4deb..53a4ed8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@koj/template", - "version": "1.0.10", + "version": "1.0.11", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index a99494b..26aab4f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@koj/template", - "version": "1.0.10", + "version": "1.0.11", "description": "Koj's repository template with GitHub Actions CI, releases, and more", "main": "dist/index.js", "scripts": {