diff --git a/CHANGELOG.md b/CHANGELOG.md index b5b99661..869069ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,5 @@ +#### 2023-07-20 [+/-](https://github.com/Rotorsoft/eventually-monorepo/compare/@rotorsoft/calculator-artifacts-v1.5.0...@rotorsoft/calculator-artifacts-v1.5.1) @rotorsoft/calculator-artifacts-v1.5.1 + - PATCH [60785ca5](https://github.com/Rotorsoft/eventually-monorepo/commit/60785ca59793b1a1239d2ac5b85993fea880b89e) fix: deprecate snapshot stores, using STATE_EVENT events instead #### 2023-07-20 [+/-](https://github.com/Rotorsoft/eventually-monorepo/compare/@rotorsoft/eventually-express-v5.5.0...@rotorsoft/eventually-express-v5.5.1) @rotorsoft/eventually-express-v5.5.1 - PATCH [60785ca5](https://github.com/Rotorsoft/eventually-monorepo/commit/60785ca59793b1a1239d2ac5b85993fea880b89e) fix: deprecate snapshot stores, using STATE_EVENT events instead #### 2023-07-20 [+/-](https://github.com/Rotorsoft/eventually-monorepo/compare/@rotorsoft/eventually-pg-v5.4.0...@rotorsoft/eventually-pg-v5.4.1) @rotorsoft/eventually-pg-v5.4.1 diff --git a/libs/calculator-artifacts/package.json b/libs/calculator-artifacts/package.json index 8e7d01c6..4eb5707d 100644 --- a/libs/calculator-artifacts/package.json +++ b/libs/calculator-artifacts/package.json @@ -1,6 +1,6 @@ { "name": "@rotorsoft/calculator-artifacts", - "version": "1.5.0", + "version": "1.5.1", "description": "Generic Calculator Library", "author": "rotorsoft", "license": "MIT",