diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index e6c8c2c..677a8b5 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -2,6 +2,8 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [3.0.0-beta.58](https://github.com/michelonsouza/encrypt-storage/compare/v3.0.0-beta.57...v3.0.0-beta.58) (2024-12-29) + ## [3.0.0-beta.57](https://github.com/michelonsouza/encrypt-storage/compare/v3.0.0-beta.56...v3.0.0-beta.57) (2024-12-29) ## [3.0.0-beta.56](https://github.com/michelonsouza/encrypt-storage/compare/v3.0.0-beta.55...v3.0.0-beta.56) (2024-12-29) diff --git a/package.json b/package.json index ec05e42..c15a309 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "encrypt-storage", - "version": "3.0.0-beta.57", + "version": "3.0.0-beta.58", "description": "Wrapper for encrypted localStorage, sessionStorage and cookie in browser", "main": "dist/index.js", "types": "dist/index.d.ts",