From 3679b39cdfb153ddf43f2728adb1f789238b26ea Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 4 Oct 2022 09:44:48 +0000 Subject: [PATCH] chore(master): release 1.0.4 --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 16fffb5..67e037a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.0.4](https://github.com/cerebruminc/detect-high-entropy-strings/compare/v1.0.3...v1.0.4) (2022-10-04) + + +### Bug Fixes + +* Correctly ID release step in GitHub action ([e17f690](https://github.com/cerebruminc/detect-high-entropy-strings/commit/e17f690dd66d5f698cbce1949b03f1512b6d9a57)) + ## [1.0.3](https://github.com/cerebruminc/detect-high-entropy-strings/compare/v1.0.2...v1.0.3) (2022-10-03) diff --git a/package-lock.json b/package-lock.json index 3987905..a10c2ea 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "detect-high-entropy-strings", - "version": "1.0.3", + "version": "1.0.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "detect-high-entropy-strings", - "version": "1.0.3", + "version": "1.0.4", "license": "ISC", "devDependencies": { "@types/jest": "^29.1.0", diff --git a/package.json b/package.json index 4629b44..428ce90 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "detect-high-entropy-strings", - "version": "1.0.3", + "version": "1.0.4", "description": "Detect high entropy strings", "main": "dist/index.js", "repository": {