From 08f60f9eb635df929a417de26e59599314871d19 Mon Sep 17 00:00:00 2001 From: Koj Bot Date: Mon, 15 Feb 2021 00:17:35 +0000 Subject: [PATCH] :bookmark: Release v1.0.15 [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 293aa2f..f80d8cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +## v1.0.15 (2021-02-15) + +[📝 Release notes](https://github.com/koj-co/template/releases/tag/v1.0.15) · [💻 Compare](https://github.com/koj-co/template/compare/v1.0.14...v1.0.15) · [🔖 Tag](https://github.com/koj-co/template/tree/v1.0.15) · 🗄️ Archive ([zip](https://github.com/koj-co/template/archive/v1.0.15.zip) · [tar.gz](https://github.com/koj-co/template/archive/v1.0.15.tar.gz)) + +### ⬆️ Dependency updates + +- [`cb6aac9`](https://github.com/koj-co/template/commit/cb6aac9) Bump semantic-release from 17.3.7 to 17.3.8 +- [`1021b90`](https://github.com/koj-co/template/commit/1021b90) Bump ts-jest from 26.5.0 to 26.5.1 +- [`7d98b9d`](https://github.com/koj-co/template/commit/7d98b9d) Bump typescript from 4.1.3 to 4.1.4 +- [`503a11c`](https://github.com/koj-co/template/commit/503a11c) Bump typescript from 4.1.4 to 4.1.5 + ## v1.0.14 (2021-02-08) [📝 Release notes](https://github.com/koj-co/template/releases/tag/v1.0.14) · [💻 Compare](https://github.com/koj-co/template/compare/v1.0.13...v1.0.14) · [🔖 Tag](https://github.com/koj-co/template/tree/v1.0.14) · 🗄️ Archive ([zip](https://github.com/koj-co/template/archive/v1.0.14.zip) · [tar.gz](https://github.com/koj-co/template/archive/v1.0.14.tar.gz)) diff --git a/package-lock.json b/package-lock.json index 4db0711..a030dd8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@koj/template", - "version": "1.0.14", + "version": "1.0.15", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 7b62f18..77b79f3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@koj/template", - "version": "1.0.14", + "version": "1.0.15", "description": "Koj's repository template with GitHub Actions CI, releases, and more", "main": "dist/index.js", "scripts": {