From 7448f39645ed47c55775308157ae8c1993845488 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matija=20Petruni=C4=87?= Date: Wed, 22 May 2024 12:58:08 +0200 Subject: [PATCH] chore(master): release 2.6.1 (#243) --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a2d1d88d..fe8b682a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [2.6.1](https://github.com/sygmaprotocol/sygma-solidity/compare/v2.6.0...v2.6.1) (2024-05-21) + + +### Bug Fixes + +* add zero check for price ([#237](https://github.com/sygmaprotocol/sygma-solidity/issues/237)) ([f1fc767](https://github.com/sygmaprotocol/sygma-solidity/commit/f1fc767fa1fc872f27b7d34bd49ff2fe259e6182)) + + +### Miscellaneous + +* minor visibility fix ([#240](https://github.com/sygmaprotocol/sygma-solidity/issues/240)) ([4b46129](https://github.com/sygmaprotocol/sygma-solidity/commit/4b461298b2c237e398e87579e66c21d579af380f)) + ## [2.6.0](https://github.com/sygmaprotocol/sygma-solidity/compare/v2.5.3...v2.6.0) (2024-05-16) diff --git a/package.json b/package.json index a57612e6..94dd3e23 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@buildwithsygma/sygma-contracts", - "version": "2.6.0", + "version": "2.6.1", "description": "", "main": "dist/index.js", "repository": "https://github.com/sygmaprotocol/sygma-solidity.git",