diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 566cfe0..1427f28 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.72](https://github.com/michelonsouza/encrypt-storage/compare/v3.0.0-beta.71...v3.0.0-beta.72) (2024-12-29) + ## [3.0.0-beta.71](https://github.com/michelonsouza/encrypt-storage/compare/v3.0.0-beta.70...v3.0.0-beta.71) (2024-12-29) diff --git a/package.json b/package.json index ae77b86..f2d4ab5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "encrypt-storage", - "version": "3.0.0-beta.71", + "version": "3.0.0-beta.72", "description": "Wrapper for encrypted localStorage, sessionStorage and cookie in browser", "main": "dist/index.js", "types": "dist/index.d.ts",