diff --git a/CHANGELOG.md b/CHANGELOG.md index 431e3bb..1b4229c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [1.5.0] - 05-06-2024 + +- (feat): pre-process image for quality check using opencv before resolving `init` promise +- (feat): add gif in onboarding instructions screen which shows how to use the sdk +- (chore): onboarding instructions screen is now full screen +- (chore): split code to reduce sdk size for esm environments +- (chore): update tire overlay image +- (chore): update back icon image + ## [1.4.0] - 15-05-2024 - (feat): add onboarding instructions to describe how to take better tire picture diff --git a/package.json b/package.json index 77d2008..89ff546 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "author": "Anyline", "name": "@anyline/anyline-guidance-sdk", - "version": "1.4.0", + "version": "1.5.0", "main": "dist/cjs/index.js", "module": "dist/esm/index.js", "types": "dist/esm/index.d.ts",