diff --git a/CHANGELOG.md b/CHANGELOG.md index 23c946f..40f12cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -34,7 +34,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). > 22 February 2024 -- * add group by path function [`#103`](https://github.com/lokalise/node-core/pull/103) +- - add group by path function [`#103`](https://github.com/lokalise/node-core/pull/103) - Add automerge [`7507cb0`](https://github.com/lokalise/node-core/commit/7507cb0c33b87690c96ebf18c52983371755bd26) #### [v9.9.0](https://github.com/lokalise/node-core/compare/v9.8.1...v9.9.0) diff --git a/index.ts b/index.ts index c99a715..6799e89 100644 --- a/index.ts +++ b/index.ts @@ -54,6 +54,7 @@ export { } from './src/utils/objectUtils' export { + isError, isInternalError, isStandardizedError, isObject,