From 88e6a30068056b618e40e485a73c3d5a6b1cbc03 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matija=20Petruni=C4=87?= Date: Tue, 19 Mar 2024 12:21:39 +0100 Subject: [PATCH] chore(master): release 2.5.2 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 32ed7af7..1e0cc85a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.5.2](https://github.com/sygmaprotocol/sygma-solidity/compare/v2.5.1...v2.5.2) (2024-03-19) + + +### Miscellaneous + +* Implement erc1155 deployment ([#222](https://github.com/sygmaprotocol/sygma-solidity/issues/222)) ([6e16f36](https://github.com/sygmaprotocol/sygma-solidity/commit/6e16f361d8d9c784711144e05d9e00b9d54f781f)) + ## [2.5.1](https://github.com/sygmaprotocol/sygma-solidity/compare/v2.5.0...v2.5.1) (2024-01-25) diff --git a/package.json b/package.json index e795c5ea..d2ce29e6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@buildwithsygma/sygma-contracts", - "version": "2.5.1", + "version": "2.5.2", "description": "", "main": "dist/index.js", "repository": "https://github.com/sygmaprotocol/sygma-solidity.git",