diff --git a/CHANGELOG.md b/CHANGELOG.md index 11ee11f..b5d8d34 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,38 +1,11 @@ -## [4.0.0](https://github.com/evva-sfw/abrevva-capacitor/compare/3.0.2...4.0.0) (2024-12-11) +## [4.0.1](https://github.com/evva-sfw/abrevva-capacitor/compare/4.0.0...4.0.1) (2024-12-11) -### ๐ŸŽ‰ Features +### ๐Ÿ“ Documentation -* add support for allowDuplicates; introduce DisengageStatusType enum ([59237e3](https://github.com/evva-sfw/abrevva-capacitor/commit/59237e34fbef5683d88c60fb13cd443d814a3680)) -* add support for missing scan closures ([37e71f5](https://github.com/evva-sfw/abrevva-capacitor/commit/37e71f51025332bdc4ab3400f8b728e141b0adfd)) -* remove unused keys ([b2647e2](https://github.com/evva-sfw/abrevva-capacitor/commit/b2647e2d44bdbf314ab816159c6ab802955f4cdd)) -* sdk version bump to 3.0.0 ([3901092](https://github.com/evva-sfw/abrevva-capacitor/commit/390109217e1740e45e12157ebd1587e66d32e8ac)) -* updated ios bridge to match latest sdk release ([02dfece](https://github.com/evva-sfw/abrevva-capacitor/commit/02dfece413b4913fed8894f9db6f644524e2b9d7)) - - -### ๐Ÿ› Bug Fixes - -* add missing notifyListeners for scanStart/Stop ([d821625](https://github.com/evva-sfw/abrevva-capacitor/commit/d82162595c65e37bc0c3945957aaf31e26d71eb6)) -* missing allowDuplicates property on scanStart ([b98e68c](https://github.com/evva-sfw/abrevva-capacitor/commit/b98e68cbd5224de8a6fb06d902197e7b618b3df9)) -* move manufacturerData into advertisingData JSON object ([530e375](https://github.com/evva-sfw/abrevva-capacitor/commit/530e37572040e781d5e13012614dcc666115858d)) -* sdk version bump ([c05e7f2](https://github.com/evva-sfw/abrevva-capacitor/commit/c05e7f2f5edde74678538793eb021e2be1e3ecf7)) - - -### ๐Ÿ”€ Code Refactoring - -* add interfaces changes and android refactoring ([50ac081](https://github.com/evva-sfw/abrevva-capacitor/commit/50ac08106d4b9867a4f60778f945eac0f0123230)) -* allow for optional values in advertisement map ([50c25b4](https://github.com/evva-sfw/abrevva-capacitor/commit/50c25b49b1c504589625f7791c05ee930634f149)) -* fix renaming of mobileAccessData to mediumAccessData; fix test-app ([369f740](https://github.com/evva-sfw/abrevva-capacitor/commit/369f7402961145059f3da47f436014d739434746)) -* rename scan methods and add closure logic for scanStop ([8bdb13c](https://github.com/evva-sfw/abrevva-capacitor/commit/8bdb13cfceac4e4bdf858671f789033a722ec995)) - - -### ๐Ÿงน Chore - -* fix test-app and bump deps ([fd018ae](https://github.com/evva-sfw/abrevva-capacitor/commit/fd018ae760e67cd6baf726cea37b2fd158f75680)) -* update deps; run fmt ([d2295d0](https://github.com/evva-sfw/abrevva-capacitor/commit/d2295d0218ad5c3e573b2e0fb649a2f657dae916)) -* update deps; run npm fmt; fix test-app ([97aa926](https://github.com/evva-sfw/abrevva-capacitor/commit/97aa926747ad890f52c75c2cc1936a0a102ea198)) +* update readme ([da39a29](https://github.com/evva-sfw/abrevva-capacitor/commit/da39a29b3b15aace6fb62989d8f8bf47cbedb287)) ### Changelog @@ -40,7 +13,13 @@ All notable changes to this project will be documented in this file. Dates are d Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). -#### [4.0.0](https://github.com/evva-sfw/abrevva-capacitor/compare/3.0.2...4.0.0) +#### [4.0.1](https://github.com/evva-sfw/abrevva-capacitor/compare/4.0.0...4.0.1) + +- docs: update readme [`#25`](https://github.com/evva-sfw/abrevva-capacitor/pull/25) + +### [4.0.0](https://github.com/evva-sfw/abrevva-capacitor/compare/3.0.2...4.0.0) + +> 11 December 2024 - refactor!: interface [`#24`](https://github.com/evva-sfw/abrevva-capacitor/pull/24) diff --git a/package-lock.json b/package-lock.json index e74a25d..9fb52dc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@evva/abrevva-capacitor", - "version": "4.0.0", + "version": "4.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@evva/abrevva-capacitor", - "version": "4.0.0", + "version": "4.0.1", "license": "SEE LICENSE IN ", "dependencies": { "throat": "^6.0.2" diff --git a/package.json b/package.json index 3e31630..f064888 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@evva/abrevva-capacitor", - "version": "4.0.0", + "version": "4.0.1", "type": "module", "description": "Collection of tools to work with electronic EVVA access components.", "main": "dist/plugin.cjs.js",