diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index ee2a12b..2cc4e1d 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.56](https://github.com/michelonsouza/encrypt-storage/compare/v3.0.0-beta.55...v3.0.0-beta.56) (2024-12-29) + ## [3.0.0-beta.55](https://github.com/michelonsouza/encrypt-storage/compare/v3.0.0-beta.54...v3.0.0-beta.55) (2024-12-29) ## [3.0.0-beta.54](https://github.com/michelonsouza/encrypt-storage/compare/v3.0.0-beta.53...v3.0.0-beta.54) (2024-12-29) diff --git a/package.json b/package.json index cbf8098..75e149d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "encrypt-storage", - "version": "3.0.0-beta.55", + "version": "3.0.0-beta.56", "description": "Wrapper for encrypted localStorage, sessionStorage and cookie in browser", "main": "dist/index.js", "types": "dist/index.d.ts",