From 79c7767dcaede0c52b118167f4b13f7810a4b21e Mon Sep 17 00:00:00 2001 From: Koj Bot Date: Mon, 1 Mar 2021 00:19:06 +0000 Subject: [PATCH] :bookmark: Release v1.0.17 [skip ci] --- CHANGELOG.md | 13 +++++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d1c74f..98b1443 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +## 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)) + +### ⬆️ Dependency updates + +- [`c05efe9`](https://github.com/koj-co/template/commit/c05efe9) Bump stefanzweifel/git-auto-commit-action +- [`9233986`](https://github.com/koj-co/template/commit/9233986) Bump actions/setup-node from v2.1.4 to v2.1.5 +- [`edd2f2f`](https://github.com/koj-co/template/commit/edd2f2f) Bump ts-jest from 26.5.1 to 26.5.2 +- [`da63a00`](https://github.com/koj-co/template/commit/da63a00) Bump typescript from 4.1.5 to 4.2.2 +- [`8f80e94`](https://github.com/koj-co/template/commit/8f80e94) Bump stefanzweifel/git-auto-commit-action +- [`bd8eaa1`](https://github.com/koj-co/template/commit/bd8eaa1) Bump semantic-release from 17.3.9 to 17.4.0 + ## v1.0.16 (2021-02-22) [📝 Release notes](https://github.com/koj-co/template/releases/tag/v1.0.16) · [💻 Compare](https://github.com/koj-co/template/compare/v1.0.15...v1.0.16) · [🔖 Tag](https://github.com/koj-co/template/tree/v1.0.16) · 🗄️ Archive ([zip](https://github.com/koj-co/template/archive/v1.0.16.zip) · [tar.gz](https://github.com/koj-co/template/archive/v1.0.16.tar.gz)) diff --git a/package-lock.json b/package-lock.json index 7cf9f49..a6c4702 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@koj/template", - "version": "1.0.16", + "version": "1.0.17", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index 7a43b62..7865680 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@koj/template", - "version": "1.0.16", + "version": "1.0.17", "description": "Koj's repository template with GitHub Actions CI, releases, and more", "main": "dist/index.js", "scripts": {