diff --git a/CHANGELOG.md b/CHANGELOG.md index a8df376c..3a4070cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.24.1](https://github.com/ERC4626-Alliance/sup-web-4626/compare/1.24.0...1.24.1) (2024-06-03) + + +### Bug Fixes + +* dropped unavailable video from the resources page ([#181](https://github.com/ERC4626-Alliance/sup-web-4626/issues/181)) ([1ecee1e](https://github.com/ERC4626-Alliance/sup-web-4626/commit/1ecee1e6ae12936b75ebff0832cc01ed1be35cd9)), closes [SUP-7034](https://github.com/ERC4626-Alliance/sup-web-4626/issues/7034) + ## [1.24.0](https://github.com/ERC4626-Alliance/sup-web-4626/compare/1.23.0...1.24.0) (2023-11-01) diff --git a/package.json b/package.json index 5f2805f4..8c1da377 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "url": "https://www.opensource.org/licenses/mit-license.php" } ], - "version": "1.24.0", + "version": "1.24.1", "scripts": { "dev": "next-image-export-optimizer && next dev", "build": "next build && next-image-export-optimizer",