Skip to content

Commit

Permalink
chore: release 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
evva-bee-bot committed Aug 28, 2024
1 parent 308c8f2 commit 02c5211
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 11 deletions.
30 changes: 20 additions & 10 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,32 +1,41 @@


## [1.0.0](https://github.com/evva-sfw/abrevva-react-native/compare/0.1.5...1.0.0) (2024-08-26)
## [1.0.1](https://github.com/evva-sfw/abrevva-react-native/compare/1.0.0...1.0.1) (2024-08-28)


### Features
### Bug Fixes

* add missing signalize bridge functions ([#36](https://github.com/evva-sfw/abrevva-react-native/issues/36)) ([0dcab3c](https://github.com/evva-sfw/abrevva-react-native/commit/0dcab3c6c6461d35309e37a5e6327bbdf732124e))
* added typing for ble interface ([#37](https://github.com/evva-sfw/abrevva-react-native/issues/37)) ([079e5a4](https://github.com/evva-sfw/abrevva-react-native/commit/079e5a44557d9bff4ff8b8f8ace56f84e65eb976))
* tests for android & ios ([#23](https://github.com/evva-sfw/abrevva-react-native/issues/23)) ([99cadcd](https://github.com/evva-sfw/abrevva-react-native/commit/99cadcdd07eeefe240535a2608e1138f1010c292))
* corrected output Path for decryptFileFromURL (android) ([#44](https://github.com/evva-sfw/abrevva-react-native/issues/44)) ([308c8f2](https://github.com/evva-sfw/abrevva-react-native/commit/308c8f29c059dae8e0ed55b63d15f8b7775736bf))


### Bug Fixes
### Documentation

* minor adjustments to scan timeout ([#28](https://github.com/evva-sfw/abrevva-react-native/issues/28)) ([98c25b2](https://github.com/evva-sfw/abrevva-react-native/commit/98c25b2d4caa3e2ade075bc4ea7a49a996e3269d))
* format readme and add shields.io ([#41](https://github.com/evva-sfw/abrevva-react-native/issues/41)) ([a4efc62](https://github.com/evva-sfw/abrevva-react-native/commit/a4efc6297e72901b61b61ea410ec09b16df15d10))


### Build System

* add attest provenance with lint and release workflow ([#29](https://github.com/evva-sfw/abrevva-react-native/issues/29)) ([a5e62f3](https://github.com/evva-sfw/abrevva-react-native/commit/a5e62f3c796c48522ed4d57a7f5c9ac70a86e8e0))
* enable android build cache ([#39](https://github.com/evva-sfw/abrevva-react-native/issues/39)) ([ff07820](https://github.com/evva-sfw/abrevva-react-native/commit/ff078201b74229556357fb6d020649a901853b9b))
* add npm-compatibility-check test ([#43](https://github.com/evva-sfw/abrevva-react-native/issues/43)) ([5b18750](https://github.com/evva-sfw/abrevva-react-native/commit/5b187502a987ca58d0ee1d1061a9e92796797be6))
* add yarn cache to github workflow caching ([#42](https://github.com/evva-sfw/abrevva-react-native/issues/42)) ([b952769](https://github.com/evva-sfw/abrevva-react-native/commit/b9527693868e6a3153c4e036195301a30708cbec))
* fix workflow cache names ([#40](https://github.com/evva-sfw/abrevva-react-native/issues/40)) ([e72bde1](https://github.com/evva-sfw/abrevva-react-native/commit/e72bde1640ae5cfac07aaa8c7752cb364bc0ac08))

### 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).

#### [1.0.0](https://github.com/evva-sfw/abrevva-react-native/compare/0.1.5...1.0.0)
#### [1.0.1](https://github.com/evva-sfw/abrevva-react-native/compare/1.0.0...1.0.1)

- fix: corrected output Path for decryptFileFromURL (android) [`#44`](https://github.com/evva-sfw/abrevva-react-native/pull/44)
- build: add npm-compatibility-check test [`#43`](https://github.com/evva-sfw/abrevva-react-native/pull/43)
- build: add yarn cache to github workflow caching [`#42`](https://github.com/evva-sfw/abrevva-react-native/pull/42)
- docs: format readme and add shields.io [`#41`](https://github.com/evva-sfw/abrevva-react-native/pull/41)
- build: fix workflow cache names [`#40`](https://github.com/evva-sfw/abrevva-react-native/pull/40)

### [1.0.0](https://github.com/evva-sfw/abrevva-react-native/compare/0.1.5...1.0.0)

> 26 August 2024
- chore(deps): bump rexml from 3.3.3 to 3.3.6 in /example [`#38`](https://github.com/evva-sfw/abrevva-react-native/pull/38)
- build: enable android build cache [`#39`](https://github.com/evva-sfw/abrevva-react-native/pull/39)
Expand All @@ -38,6 +47,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- build: add attest provenance with lint and release workflow [`#29`](https://github.com/evva-sfw/abrevva-react-native/pull/29)
- fix: minor adjustments to scan timeout [`#28`](https://github.com/evva-sfw/abrevva-react-native/pull/28)
- feat: tests for android & ios [`#23`](https://github.com/evva-sfw/abrevva-react-native/pull/23)
- chore: release 1.0.0 [`4ecb13c`](https://github.com/evva-sfw/abrevva-react-native/commit/4ecb13c555bf899f3ad45900c4c9e62f9ed0aa80)

#### [0.1.5](https://github.com/evva-sfw/abrevva-react-native/compare/0.1.4...0.1.5)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@evva-sfw/abrevva-react-native",
"version": "1.0.0",
"version": "1.0.1",
"author": "EVVA Sicherheitstechnologie GmbH",
"description": "The EVVA React-Native Module is a collection of tools to work with electronical EVVA access components. It allows for scanning and connecting via BLE.",
"source": "./src/index.tsx",
Expand Down

0 comments on commit 02c5211

Please sign in to comment.