modified sdk release script, changelog and version bump,

This commit is contained in:
Artem
2025-09-02 14:55:10 +04:00
parent 4f93cf1c31
commit 318aaf8cd5
4 changed files with 95 additions and 23 deletions

View File

@@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [1.0.2] - 2025-09-02
### Fixed
- Fixed issue with incorrect deposits decryption
- Fixed duplicated precommitments collision
## [1.0.1] - 2025-07-31
### Fixed

View File

@@ -1,6 +1,6 @@
{
"name": "@0xbow/privacy-pools-core-sdk",
"version": "1.0.1",
"version": "1.0.2",
"description": "Typescript SDK for the Privacy Pool protocol",
"repository": "https://github.com/0xbow-io/privacy-pools-core",
"license": "Apache-2.0",