Skip to content

Commit

Permalink
chore: release 4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
evva-bee-bot committed Dec 11, 2024
1 parent 93313ea commit a52ddec
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 34 deletions.
41 changes: 10 additions & 31 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,46 +1,25 @@


## [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

All notable changes to this project will be documented in this file. Dates are displayed in UTC.

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)

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit a52ddec

Please sign in to comment.