Skip to content

Commit

Permalink
CAPI-233(docs): bump version to v1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adityasingh-anyline committed Jun 6, 2024
1 parent bbb9f66 commit 046cf2d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 046cf2d

Please sign in to comment.