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 Feb 20, 2025
1 parent ff1c715 commit fcac5f5
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 17 deletions.
22 changes: 8 additions & 14 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,26 +1,20 @@
# Changelog

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

### 🎉 Features

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

### 🐛 Bug Fixes

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

### 🚀 Continuous Integration

* reuse workflow for semantic pr ([fdbeb2b](https://github.com/evva-sfw/capacitor-secure-storage-plugin/commit/fdbeb2ba4fce17fd4858c2654f17a6d44873b7e3))
## [4.0.1](https://github.com/evva-sfw/capacitor-secure-storage-plugin/compare/4.0.0...4.0.1) (2025-02-20)

##

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)
#### [4.0.1](https://github.com/evva-sfw/capacitor-secure-storage-plugin/compare/4.0.0...4.0.1)

- chore: fix outdated peerDependency and bump deps [`#40`](https://github.com/evva-sfw/capacitor-secure-storage-plugin/pull/40)

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

> 19 February 2025
- 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)
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": "4.0.0",
"version": "4.0.1",
"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 fcac5f5

Please sign in to comment.