From aa4720769189e64f819214443beb916ed546971d Mon Sep 17 00:00:00 2001 From: joaq cid Date: Tue, 2 Jul 2024 14:34:50 -0300 Subject: [PATCH] chore(release): 1.0.7 --- CHANGELOG.md | 2 ++ src/package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e64b4dc..2b60d03 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,8 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [1.0.7](https://github.com/ngxs-labs/actions-executing/compare/v1.0.6...v1.0.7) (2024-07-02) + ### [1.0.6](https://github.com/ngxs-labs/actions-executing/compare/v1.0.5...v1.0.6) (2023-04-06) ### [1.0.5](https://github.com/ngxs-labs/actions-executing/compare/v1.0.4...v1.0.5) (2023-04-04) diff --git a/src/package.json b/src/package.json index 03fb1d3..7f5af69 100644 --- a/src/package.json +++ b/src/package.json @@ -1,6 +1,6 @@ { "name": "@ngxs-labs/actions-executing", - "version": "1.0.6", + "version": "1.0.7", "peerDependencies": { "@ngxs/store": ">=4.0.0 <19.0.0" },