Skip to content

Commit 43071aa

Browse files
committed
Merge branch 'release/0.6.2'
2 parents aa6e13c + 6a63d70 commit 43071aa

File tree

7 files changed

+149
-130
lines changed

7 files changed

+149
-130
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.6.2] - 2021-05-26
10+
11+
### Changed
12+
- Modified a private field in one of the classes to ensure broader compatibility with older TypeScript versions. (#681)
13+
914
## [0.6.1] - 2021-05-24
1015

1116
### Changed

docs/guide/changelog.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog
22

3+
## 0.6.2
4+
**Release date: May 26, 2021**
5+
6+
### Changed
7+
- Modified a private field in one of the classes to ensure broader compatibility with older TypeScript versions. [#681](https://github.com/handsontable/hyperformula/issues/681)
8+
9+
## 0.6.1
10+
**Release date: May 24, 2021**
11+
12+
### Changed
13+
- Remove redundant `'assert'` dependency from the code. [#672](https://github.com/handsontable/hyperformula/issues/672)
14+
15+
### Fixed
16+
- Fixed library support for IE11. The `unorm` package is added to the dependencies. [#675](https://github.com/handsontable/hyperformula/issues/675)
17+
318
## 0.6.0
419
**Release date: April 27, 2021**
520

ht.config.js

Lines changed: 1 addition & 1 deletion
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: '24/05/2021',
9+
HT_RELEASE_DATE: '26/05/2021',
1010
};

package-lock.json

Lines changed: 76 additions & 76 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"url": "https://github.com/handsontable/hyperformula/issues"
1111
},
1212
"author": "Handsoncode <hello@handsontable.com>",
13-
"version": "0.6.1",
13+
"version": "0.6.2",
1414
"keywords": [
1515
"formula",
1616
"spreadsheet",

0 commit comments

Comments
 (0)