From bcc0d99fd04a6be3424a158455688d83428e5791 Mon Sep 17 00:00:00 2001 From: Maximilian Berkmann Date: Sun, 24 May 2020 18:46:50 +0100 Subject: [PATCH 1/2] feat(contribution-types): add missing contribution types (#261) --- src/util/contribution-types.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/util/contribution-types.js b/src/util/contribution-types.js index 5db6ddc6..7df34571 100644 --- a/src/util/contribution-types.js +++ b/src/util/contribution-types.js @@ -7,6 +7,10 @@ const defaultTypes = function(repoType) { symbol: '️️️️♿️', description: 'Accessibility', }, + audio: { + symbol: '🔊', + description: 'Audio', + }, blog: { symbol: '📝', description: 'Blogposts', From 649f6ceebc9a2f80117810aca93dba4546aba8d2 Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" <23040076+greenkeeper[bot]@users.noreply.github.com> Date: Sun, 24 May 2020 21:30:48 +0100 Subject: [PATCH 2/2] chore(package): update semantic-release to version 17.0.8 (#262) Co-authored-by: greenkeeper[bot] <23040076+greenkeeper[bot]@users.noreply.github.com> --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2a999c1c..162ff232 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "git-cz": "^4.1.0", "kcd-scripts": "^5.0.0", "nock": "^12.0.0", - "semantic-release": "^16.0.0" + "semantic-release": "^17.0.8" }, "eslintIgnore": [ "node_modules",