From 9eccf8c50587438c3d5ee8e6418ce37488498358 Mon Sep 17 00:00:00 2001 From: Ramesh Nair Date: Tue, 13 Aug 2024 15:09:09 +0100 Subject: [PATCH] chore(release): 2.9.0 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9652b75..37ca5fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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.9.0](https://github.com/gemstation/gemforge/compare/v2.8.0...v2.9.0) (2024-08-13) + + +### Features + +* looser diamond checking ([#37](https://github.com/gemstation/gemforge/issues/37)) + custom proxy templates ([#38](https://github.com/gemstation/gemforge/issues/38)) ([1925673](https://github.com/gemstation/gemforge/commit/1925673a38a9adf4466b092270cc8f20225139dc)) + ## [2.8.0](https://github.com/gemstation/gemforge/compare/v2.7.0...v2.8.0) (2024-08-12) diff --git a/package.json b/package.json index 3763b65..5c731a6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gemforge", - "version": "2.8.0", + "version": "2.9.0", "description": "Command-line tool for building, deploying and upgrading Diamond Standard contracts on EVM chains.", "bin": { "gemforge": "./bin/gemforge.js"