Skip to content

Commit dd75fef

Browse files
committed
2.6.2
1 parent 7c5d9ee commit dd75fef

File tree

5 files changed

+2646
-773
lines changed

5 files changed

+2646
-773
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
77

88
## [Unreleased]
99

10+
## [2.6.2] - 2024-02-15
11+
1012
### Changed
1113

1214
- Removed `unorm` dependency. [#1370](https://github.com/handsontable/hyperformula/issues/1370)

docs/guide/release-notes.md

+8
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@ This page lists HyperFormula release notes. The format is based on
66
HyperFormula adheres to
77
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).
88

9+
## 2.6.2
10+
11+
**Release date: Feb 15, 2024**
12+
13+
### Changed
14+
15+
- Removed `unorm` dependency. [#1370](https://github.com/handsontable/hyperformula/issues/1370)
16+
917
## 2.6.1
1018

1119
**Release date: Dec 27, 2023**

ht.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ module.exports = {
66
HT_VERSION: packageBody.version,
77
HT_PACKAGE_NAME: packageBody.name,
88
HT_BUILD_DATE: moment().format('DD/MM/YYYY HH:mm:ss'),
9-
HT_RELEASE_DATE: '27/12/2023',
9+
HT_RELEASE_DATE: '15/02/2024',
1010
};

0 commit comments

Comments
 (0)