From 609e7b5b972b95b2f587fade4f536a467600c4b1 Mon Sep 17 00:00:00 2001 From: Michelon Souza Date: Sun, 29 Dec 2024 13:48:34 -0300 Subject: [PATCH] chore(release): 3.0.0-beta.59 --- docs/CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 677a8b5..4afa9cf 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.59](https://github.com/michelonsouza/encrypt-storage/compare/v3.0.0-beta.58...v3.0.0-beta.59) (2024-12-29) + ## [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) diff --git a/package.json b/package.json index c15a309..41e3b20 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "encrypt-storage", - "version": "3.0.0-beta.58", + "version": "3.0.0-beta.59", "description": "Wrapper for encrypted localStorage, sessionStorage and cookie in browser", "main": "dist/index.js", "types": "dist/index.d.ts",