diff --git a/CHANGELOG.md b/CHANGELOG.md index 30d6ba6d..4aab513f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## [1.24.1](https://github.com/anzusystems/common-admin/compare/1.24.0...1.24.1) (2023-09-27) + +### Bug Fixes +* **apiFetchListBatch:** fixed unnecessary 2nd call (totalCount api variant) + ## [1.24.0](https://github.com/anzusystems/common-admin/compare/1.23.0...1.24.0) (2023-09-27) ### Features diff --git a/package.json b/package.json index dde4f843..ae5cce0d 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "./styles": "./dist/style.css", "./*": "./*" }, - "version": "1.24.0", + "version": "1.24.1", "type": "module", "license": "Apache-2.0", "scripts": {