From 13903d2ee48b3746577a7d23c90c087b6e1d284c Mon Sep 17 00:00:00 2001 From: ellamartirosyan Date: Wed, 25 Oct 2023 08:57:12 +0300 Subject: [PATCH] chore(release): 2.4.0 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b119050..008c368e 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.4.0](https://github.com/MapColonies/discrete-layer-client/compare/v2.3.3...v2.4.0) (2023-10-25) + + +### Features + +* 3d analyze viewer ([#475](https://github.com/MapColonies/discrete-layer-client/issues/475)) ([853ebd2](https://github.com/MapColonies/discrete-layer-client/commit/853ebd27cdaeebf3f2f02ee90712fca1927a6440)) + ### [2.3.3](https://github.com/MapColonies/discrete-layer-client/compare/v2.3.2...v2.3.3) (2023-10-17) ### [2.3.2](https://github.com/MapColonies/discrete-layer-client/compare/v2.3.1...v2.3.2) (2023-10-15) diff --git a/package.json b/package.json index 8a34980d..efcd2f37 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "discrete-layer-client", - "version": "2.3.3", + "version": "2.4.0", "bugs": { "url": "https://github.com/MapColonies/discrete-layer-client/issues" },