diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f1d5b1..cce1cb2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## v1.0.7 (2020-12-21) + +[📝 Release notes](https://github.com/koj-co/template/releases/tag/v1.0.7) · [💻 Compare](https://github.com/koj-co/template/compare/v1.0.6...v1.0.7) · [🔖 Tag](https://github.com/koj-co/template/tree/v1.0.7) · 🗄️ Archive ([zip](https://github.com/koj-co/template/archive/v1.0.7.zip) · [tar.gz](https://github.com/koj-co/template/archive/v1.0.7.tar.gz)) + +### ⬆️ Dependency updates + +- [`7442126`](https://github.com/koj-co/template/commit/7442126) Bump typescript from 4.1.2 to 4.1.3 +- [`3f3d0a2`](https://github.com/koj-co/template/commit/3f3d0a2) Bump stefanzweifel/git-auto-commit-action +- [`61e0968`](https://github.com/koj-co/template/commit/61e0968) Bump actions/setup-node from v2.1.3 to v2.1.4 + ## v1.0.6 (2020-12-14) [📝 Release notes](https://github.com/koj-co/template/releases/tag/v1.0.6) · [💻 Compare](https://github.com/koj-co/template/compare/v1.0.5...v1.0.6) · [🔖 Tag](https://github.com/koj-co/template/tree/v1.0.6) · 🗄️ Archive ([zip](https://github.com/koj-co/template/archive/v1.0.6.zip) · [tar.gz](https://github.com/koj-co/template/archive/v1.0.6.tar.gz)) diff --git a/package-lock.json b/package-lock.json index 27254de..235259a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@koj/template", - "version": "1.0.6", + "version": "1.0.7", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 6ff4283..24cf979 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@koj/template", - "version": "1.0.6", + "version": "1.0.7", "description": "Koj's repository template with GitHub Actions CI, releases, and more", "main": "dist/index.js", "scripts": {