diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b60d03..197ddbe 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. +## [18.0.0](https://github.com/ngxs-labs/actions-executing/compare/v1.0.7...v18.0.0) (2024-07-02) + ### [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) diff --git a/src/package.json b/src/package.json index 7f5af69..27dd1e6 100644 --- a/src/package.json +++ b/src/package.json @@ -1,6 +1,6 @@ { "name": "@ngxs-labs/actions-executing", - "version": "1.0.7", + "version": "18.0.0", "peerDependencies": { "@ngxs/store": ">=4.0.0 <19.0.0" },