From c877e06e51618d914b8fa625ca8987e79186a9d5 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 11 Oct 2023 14:16:39 +0000 Subject: [PATCH] chore(release): 7.4.0 [skip ci] # [7.4.0](https://github.com/act-org/dls/compare/v7.3.0...v7.4.0) (2023-10-11) ### Features * Add colors to Encourage for more flexability ([293597d](https://github.com/act-org/dls/commit/293597d47b24b6bb41afe487fc889704ff7ffd80)) --- 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 97888cae5..54ce9cc22 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [7.4.0](https://github.com/act-org/dls/compare/v7.3.0...v7.4.0) (2023-10-11) + + +### Features + +* Add colors to Encourage for more flexability ([293597d](https://github.com/act-org/dls/commit/293597d47b24b6bb41afe487fc889704ff7ffd80)) + # [7.3.0](https://github.com/act-org/dls/compare/v7.2.3...v7.3.0) (2023-07-28) diff --git a/package-lock.json b/package-lock.json index 68c8ba7ef..99a59dad5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@actinc/dls", - "version": "7.3.0", + "version": "7.4.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@actinc/dls", - "version": "7.3.0", + "version": "7.4.0", "license": "MIT", "dependencies": { "@babel/runtime": "^7.22.6", diff --git a/package.json b/package.json index 0102a778f..59250d2e6 100644 --- a/package.json +++ b/package.json @@ -220,5 +220,5 @@ "test:unit": "jest --maxWorkers=2 --verbose" }, "types": "index.d.ts", - "version": "7.3.0" + "version": "7.4.0" }