From 630697d2bbaf9f37f57c0a941674fb4462a47b5d Mon Sep 17 00:00:00 2001 From: Alexandru Chirila Date: Wed, 22 Jul 2020 08:54:30 +0300 Subject: [PATCH] Update changelog and bump version --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a98e37b..e2fc083 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ i18n-coverage release notes +## 1.0.1 + + - Bump lodash from 4.17.15 to 4.17.19 (security fix) + ## 1.0.0 - Initial release \ No newline at end of file diff --git a/package.json b/package.json index 31fe3ef..ea643d5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "i18n-coverage", - "version": "1.0.0", + "version": "1.0.1", "description": "Github action that measures i18n coverage and attaches a coverage check to the commit.", "main": "src/index.js", "scripts": {