Skip to content

Commit

Permalink
chore: release 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
evva-bee-bot committed Feb 11, 2025
1 parent 32ac54c commit a5736c4
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 5 deletions.
34 changes: 32 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,50 @@


## [3.0.1](https://github.com/evva-sfw/capacitor-secure-storage-plugin/compare/3.0.0...3.0.1) (2024-10-29)
## [3.1.0](https://github.com/evva-sfw/capacitor-secure-storage-plugin/compare/3.0.1...3.1.0) (2025-02-11)


### 🎉 Features

* fix package-lock.json lockfileVersion ([0237691](https://github.com/evva-sfw/capacitor-secure-storage-plugin/commit/0237691c553cf173af45aef24f8b71c369c21fe5))
* rollback to gradle:8.2.2 ([c6129f9](https://github.com/evva-sfw/capacitor-secure-storage-plugin/commit/c6129f935fc9d7fe4703978263c89d089084198d))
* upgrade androidx.security:security-crypto: and add logs ([ffaf099](https://github.com/evva-sfw/capacitor-secure-storage-plugin/commit/ffaf099eec67a8761a6c119ca10e44737c27b916))
* using EncryptedSharedPreferences ([f1be071](https://github.com/evva-sfw/capacitor-secure-storage-plugin/commit/f1be071df3469c304df8a5fa7bdb9456674c172e))


### 🐛 Bug Fixes

* rename missing evva-sfw references; bump deps ([dcd7ef6](https://github.com/evva-sfw/capacitor-secure-storage-plugin/commit/dcd7ef6900095aa4cca1536a0754cdfacf9c8052))
* avoid RESERVED_KEYS and update readme ([d455889](https://github.com/evva-sfw/capacitor-secure-storage-plugin/commit/d45588958c2792fd10da21e2c68a3c5ab632923d))
* isKeyStoreSupported ([e48ee82](https://github.com/evva-sfw/capacitor-secure-storage-plugin/commit/e48ee82a71d096c314337f77c24caf64d51a2f54))
* remove EncryptedSharedPreferences from sdk 16 ([5625db7](https://github.com/evva-sfw/capacitor-secure-storage-plugin/commit/5625db7cad2646216a62e7725c50127c7412fb22))
* remove unnecessary nested block ([42f7992](https://github.com/evva-sfw/capacitor-secure-storage-plugin/commit/42f7992d847483359629f56fab6b2c62b6676bef))
* remove unused encryptedData in migration ([3163430](https://github.com/evva-sfw/capacitor-secure-storage-plugin/commit/31634308b6aa6ae7d455d4a3b25acb048b466834))
* run npm run fmt ([8134099](https://github.com/evva-sfw/capacitor-secure-storage-plugin/commit/8134099ab48fa62c796473b6675448925660cc11))
* str StandardCharsets.UTF_8 ([ef0399e](https://github.com/evva-sfw/capacitor-secure-storage-plugin/commit/ef0399e15198bede3763534b0a5c15510b211757))
* upgrade to androidx.security:security-crypto:1.1.0-alpha06 ([eecc21e](https://github.com/evva-sfw/capacitor-secure-storage-plugin/commit/eecc21e304de7583d1299ee7771a8f95406d9d32))
* using migration ([f162156](https://github.com/evva-sfw/capacitor-secure-storage-plugin/commit/f1621565f42d9624fcde1188989022f9735540a2))
* using not deprecated EncryptedSharedPreferences.create( ([b68e7e1](https://github.com/evva-sfw/capacitor-secure-storage-plugin/commit/b68e7e142324dddfa2c47d85a47f313be6d45cae))
* using specific file for EncryptedSharedPreferences ([840e3a1](https://github.com/evva-sfw/capacitor-secure-storage-plugin/commit/840e3a1938c416bd9180c331471e6ddfc3d6e163))


### 🚀 Continuous Integration

* remove upload and attest from lint action ([632a45c](https://github.com/evva-sfw/capacitor-secure-storage-plugin/commit/632a45cb9657187b1a63fe09e755bf9f6c77feb3))

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

#### [3.1.0](https://github.com/evva-sfw/capacitor-secure-storage-plugin/compare/3.0.1...3.1.0)

- feat: using encrypted shared preferences [`#29`](https://github.com/evva-sfw/capacitor-secure-storage-plugin/pull/29)
- ci: remove upload and attest from lint action [`#31`](https://github.com/evva-sfw/capacitor-secure-storage-plugin/pull/31)

#### [3.0.1](https://github.com/evva-sfw/capacitor-secure-storage-plugin/compare/3.0.0...3.0.1)

> 29 October 2024
- fix: rename missing evva-sfw references; bump deps [`#28`](https://github.com/evva-sfw/capacitor-secure-storage-plugin/pull/28)

### [3.0.0](https://github.com/evva-sfw/capacitor-secure-storage-plugin/compare/2.1.1...3.0.0)
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/capacitor-secure-storage-plugin",
"version": "3.0.1",
"version": "3.1.0",
"description": "Securely store secrets such as usernames, passwords, tokens, certificates or other sensitive information (strings) on iOS & Android",
"main": "dist/plugin.cjs.js",
"type": "module",
Expand Down

0 comments on commit a5736c4

Please sign in to comment.