Skip to content
This repository was archived by the owner on Aug 7, 2021. It is now read-only.

Commit 1c190c4

Browse files
🔖 Release v1.0.5 [skip ci]
1 parent 3205583 commit 1c190c4

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## v1.0.5 (2020-12-09)
2+
3+
[📝 Release notes](https://github.com/koj-co/action.ts/releases/tag/v1.0.5) · [💻 Compare](https://github.com/koj-co/action.ts/compare/v1.0.4...v1.0.5) · [🔖 Tag](https://github.com/koj-co/action.ts/tree/v1.0.5) · 🗄️ Archive ([zip](https://github.com/koj-co/action.ts/archive/v1.0.5.zip) · [tar.gz](https://github.com/koj-co/action.ts/archive/v1.0.5.tar.gz))
4+
5+
### ⬆️ Dependency updates
6+
7+
- [`a4e8175`](https://github.com/koj-co/action.ts/commit/a4e8175) Bump semantic-release from 17.2.4 to 17.3.0
8+
- [`4535e84`](https://github.com/koj-co/action.ts/commit/4535e84) Bump @types/jest from 26.0.15 to 26.0.16
9+
- [`79627f8`](https://github.com/koj-co/action.ts/commit/79627f8) Bump @koj/config from 1.2.9 to 1.2.11
10+
- [`eb5c12a`](https://github.com/koj-co/action.ts/commit/eb5c12a) Bump @types/jest from 26.0.16 to 26.0.17
11+
- [`7970222`](https://github.com/koj-co/action.ts/commit/7970222) Bump @types/jest from 26.0.17 to 26.0.18
12+
- [`b1a7ccc`](https://github.com/koj-co/action.ts/commit/b1a7ccc) Bump node-fetch from 2.6.0 to 2.6.1
13+
114
## [v1.0.4](https://github.com/koj-co/action.ts/compare/v1.0.3...v1.0.4) (2020-11-24)
215

316
### ⬆️ Dependency updates

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "github-actions-starter",
3-
"version": "1.0.4",
3+
"version": "1.0.5",
44
"description": "Starter for GitHub Actions with TypeScript and automated releases",
55
"main": "dist/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)