Skip to content

Commit

Permalink
chore(master): release 2.33.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jan 2, 2025
1 parent 5eb4b8c commit 9466609
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 3 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,25 @@

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.

## [2.33.0](https://github.com/lemonadesocial/lemonade-hardhat-environment/compare/v2.32.0...v2.33.0) (2025-01-02)


### Features

* **deploy:** add zk deployment config ([#47](https://github.com/lemonadesocial/lemonade-hardhat-environment/issues/47)) ([65fd0da](https://github.com/lemonadesocial/lemonade-hardhat-environment/commit/65fd0dae9b5cc6ee180d37adbb8cbb617f1282de))
* **deps:** upgrade deps ([#46](https://github.com/lemonadesocial/lemonade-hardhat-environment/issues/46)) ([5dbefa9](https://github.com/lemonadesocial/lemonade-hardhat-environment/commit/5dbefa9f37850a6e5d68bf732a4638caa8c2f60a))
* **payment:** add relay payment contract ([#41](https://github.com/lemonadesocial/lemonade-hardhat-environment/issues/41)) ([0911e44](https://github.com/lemonadesocial/lemonade-hardhat-environment/commit/0911e44621e6d7c566871f83ec19fd80432b0f26))
* **relay-payment:** deploy relay payment on Scroll network ([#49](https://github.com/lemonadesocial/lemonade-hardhat-environment/issues/49)) ([bf03cd2](https://github.com/lemonadesocial/lemonade-hardhat-environment/commit/bf03cd27c323d0817c3287e8a1fb2918186e4548))
* **relay-payment:** deploy relay payment to other chains ([#44](https://github.com/lemonadesocial/lemonade-hardhat-environment/issues/44)) ([944b760](https://github.com/lemonadesocial/lemonade-hardhat-environment/commit/944b760ca650171c46590977a6aa1cf610dd8860))
* **relay-payment:** deploy relay payment to zk-sepolia & zk-link-nova ([#48](https://github.com/lemonadesocial/lemonade-hardhat-environment/issues/48)) ([e13ef92](https://github.com/lemonadesocial/lemonade-hardhat-environment/commit/e13ef924f34292d4964f9072b3b34a17cfbb758a))
* **sei-testnet:** integrate sei testnet ([#53](https://github.com/lemonadesocial/lemonade-hardhat-environment/issues/53)) ([868ee0f](https://github.com/lemonadesocial/lemonade-hardhat-environment/commit/868ee0f2296a672be146e494e5f2715e01e1a7c7))
* **stake-payment:** implement payment staking contract ([#52](https://github.com/lemonadesocial/lemonade-hardhat-environment/issues/52)) ([5eb4b8c](https://github.com/lemonadesocial/lemonade-hardhat-environment/commit/5eb4b8c52c59ad2e7d5930cb91e106c9e60db19a))


### Bug Fixes

* **test:** fix passport unit tests ([#50](https://github.com/lemonadesocial/lemonade-hardhat-environment/issues/50)) ([7f79e4e](https://github.com/lemonadesocial/lemonade-hardhat-environment/commit/7f79e4e81f8489734e18a5c4ce5439db534aa95e))

## [2.32.0](https://github.com/lemonadesocial/lemonade-hardhat-environment/compare/v2.31.0...v2.32.0) (2024-03-16)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.32.0",
"version": "2.33.0",
"devDependencies": {
"@axelar-network/axelar-gmp-sdk-solidity": "^4.0.0",
"@chainlink/contracts": "^0.4.2",
Expand Down

0 comments on commit 9466609

Please sign in to comment.