From f2bca4925a797a879eab8e7f846044b88332c1d2 Mon Sep 17 00:00:00 2001 From: Koj Bot Date: Mon, 4 Jan 2021 00:32:33 +0000 Subject: [PATCH] :bookmark: Release v1.0.9 [skip ci] --- CHANGELOG.md | 8 ++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f0bf877..f20f5da 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## v1.0.9 (2021-01-04) + +[📝 Release notes](https://github.com/koj-co/template/releases/tag/v1.0.9) · [💻 Compare](https://github.com/koj-co/template/compare/v1.0.8...v1.0.9) · [🔖 Tag](https://github.com/koj-co/template/tree/v1.0.9) · 🗄️ Archive ([zip](https://github.com/koj-co/template/archive/v1.0.9.zip) · [tar.gz](https://github.com/koj-co/template/archive/v1.0.9.tar.gz)) + +### ⬆️ Dependency updates + +- [`bd2f496`](https://github.com/koj-co/template/commit/bd2f496) Bump semantic-release from 17.3.0 to 17.3.1 + ## v1.0.8 (2020-12-28) [📝 Release notes](https://github.com/koj-co/template/releases/tag/v1.0.8) · [💻 Compare](https://github.com/koj-co/template/compare/v1.0.7...v1.0.8) · [🔖 Tag](https://github.com/koj-co/template/tree/v1.0.8) · 🗄️ Archive ([zip](https://github.com/koj-co/template/archive/v1.0.8.zip) · [tar.gz](https://github.com/koj-co/template/archive/v1.0.8.tar.gz)) diff --git a/package-lock.json b/package-lock.json index ae0eb9d..af7eaad 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@koj/template", - "version": "1.0.8", + "version": "1.0.9", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index c1c0f72..96866a0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@koj/template", - "version": "1.0.8", + "version": "1.0.9", "description": "Koj's repository template with GitHub Actions CI, releases, and more", "main": "dist/index.js", "scripts": {