From 0086b560044ac1ed1fe93e97bb7bdd61b64eced9 Mon Sep 17 00:00:00 2001 From: Techadmin Date: Thu, 7 Dec 2023 11:31:22 +0000 Subject: [PATCH] chore: release prod version 2.29.0 [skip build] --- CHANGELOG.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 936ba8918a..6f674cf42f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. Dates are d Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). -#### [v2.28.1-0](https://github.com/GoodDollar/GoodDAPP/compare/v2.28.3...v2.28.1-0) +#### [v2.29.0](https://github.com/GoodDollar/GoodDAPP/compare/v2.28.3...v2.29.0) - 4079: Show address or name instead of unknown [`#4145`](https://github.com/GoodDollar/GoodDAPP/pull/4145) - 4139: show wallet-address in more places [`#4146`](https://github.com/GoodDollar/GoodDAPP/pull/4146) diff --git a/package.json b/package.json index 5c6e0ad9a0..6cebfca915 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@gooddollar/gooddapp", - "version": "2.28.1-0", + "version": "2.29.0", "engines": { "node": ">=16.x <17", "npm": "8.x"