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": {