diff --git a/CHANGELOG.md b/CHANGELOG.md index 197ddbe..f303a31 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. +## [19.0.0](https://github.com/ngxs-labs/actions-executing/compare/v18.0.0...v19.0.0) (2024-12-24) + ## [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) diff --git a/src/package.json b/src/package.json index 27dd1e6..8a26273 100644 --- a/src/package.json +++ b/src/package.json @@ -1,8 +1,8 @@ { "name": "@ngxs-labs/actions-executing", - "version": "18.0.0", + "version": "19.0.0", "peerDependencies": { - "@ngxs/store": ">=4.0.0 <19.0.0" + "@ngxs/store": ">=4.0.0 <20.0.0" }, "homepage": "https://github.com/ngxs-labs/actions-executing#readme", "repository": {