From 6cb65be7a6368758d0832b6be6ddd8f4d2f8066e Mon Sep 17 00:00:00 2001 From: Koj Bot Date: Mon, 8 Mar 2021 00:18:28 +0000 Subject: [PATCH] :bookmark: Release v1.0.18 [skip ci] --- CHANGELOG.md | 11 +++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 98b1443..2523ff3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +## v1.0.18 (2021-03-08) + +[📝 Release notes](https://github.com/koj-co/template/releases/tag/v1.0.18) · [💻 Compare](https://github.com/koj-co/template/compare/v1.0.17...v1.0.18) · [🔖 Tag](https://github.com/koj-co/template/tree/v1.0.18) · 🗄️ Archive ([zip](https://github.com/koj-co/template/archive/v1.0.18.zip) · [tar.gz](https://github.com/koj-co/template/archive/v1.0.18.tar.gz)) + +### ⬆️ Dependency updates + +- [`477efb7`](https://github.com/koj-co/template/commit/477efb7) Bump semantic-release from 17.4.0 to 17.4.1 +- [`11e3d5e`](https://github.com/koj-co/template/commit/11e3d5e) Bump stefanzweifel/git-auto-commit-action +- [`dd5dc8c`](https://github.com/koj-co/template/commit/dd5dc8c) Bump ts-jest from 26.5.2 to 26.5.3 +- [`059eeab`](https://github.com/koj-co/template/commit/059eeab) Bump typescript from 4.2.2 to 4.2.3 + ## v1.0.17 (2021-03-01) [📝 Release notes](https://github.com/koj-co/template/releases/tag/v1.0.17) · [💻 Compare](https://github.com/koj-co/template/compare/v1.0.16...v1.0.17) · [🔖 Tag](https://github.com/koj-co/template/tree/v1.0.17) · 🗄️ Archive ([zip](https://github.com/koj-co/template/archive/v1.0.17.zip) · [tar.gz](https://github.com/koj-co/template/archive/v1.0.17.tar.gz)) diff --git a/package-lock.json b/package-lock.json index ead8b1a..cb45cbc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@koj/template", - "version": "1.0.17", + "version": "1.0.18", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index 7865680..a97e53c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@koj/template", - "version": "1.0.17", + "version": "1.0.18", "description": "Koj's repository template with GitHub Actions CI, releases, and more", "main": "dist/index.js", "scripts": {