Skip to content

Commit

Permalink
chore: release 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
evva-bee-bot committed Feb 19, 2025
1 parent 719bae7 commit 6190e29
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 25 deletions.
36 changes: 14 additions & 22 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,43 +1,35 @@
# Changelog


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

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

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

* update plugin and test-app to capacitor 7 ([c28bc0b](https://github.com/evva-sfw/capacitor-secure-storage-plugin/commit/c28bc0b53f87fb455b08bf779524d60396622ede))

### 🐛 Bug Fixes

* 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))

* remove mavenLocal from gradle file ([91006a5](https://github.com/evva-sfw/capacitor-secure-storage-plugin/commit/91006a58418f65224bad13576cbc5edb5cb08d42))

### 🚀 Continuous Integration

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

### 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/capacitor-secure-storage-plugin/compare/3.1.0...4.0.0)

- feat!: update plugin and test-app to capacitor 7 [`#36`](https://github.com/evva-sfw/capacitor-secure-storage-plugin/pull/36)
- sec: bump cross-spawn dependency [`#32`](https://github.com/evva-sfw/capacitor-secure-storage-plugin/pull/32)
- ci: reuse workflow for semantic pr [`#35`](https://github.com/evva-sfw/capacitor-secure-storage-plugin/pull/35)

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

> 11 February 2025
- 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)

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.1.0",
"version": "4.0.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 6190e29

Please sign in to comment.