Skip to content
This repository has been archived by the owner on Oct 24, 2024. It is now read-only.

Commit

Permalink
chore(release): 1.6.6 [skip ci]
Browse files Browse the repository at this point in the history
## [1.6.6](v1.6.5...v1.6.6) (2024-02-13)

### Bug Fixes

* add fallback if scheme doesn't exist ([#220](#220)) ([3426117](3426117))
* update release.yml ([a2c8ce8](a2c8ce8))
  • Loading branch information
semantic-release-bot committed Feb 13, 2024
1 parent 009faad commit 8451a41
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [1.6.6](https://github.com/qlik-oss/sn-treemap/compare/v1.6.5...v1.6.6) (2024-02-13)


### Bug Fixes

* add fallback if scheme doesn't exist ([#220](https://github.com/qlik-oss/sn-treemap/issues/220)) ([3426117](https://github.com/qlik-oss/sn-treemap/commit/342611772ea361aac54fa3bae42f44f0718d646c))
* update release.yml ([a2c8ce8](https://github.com/qlik-oss/sn-treemap/commit/a2c8ce850330c74fb4a790c5ceac3a2c9725321e))

## [1.6.5](https://github.com/qlik-oss/sn-treemap/compare/v1.6.4...v1.6.5) (2023-09-04)


Expand Down
2 changes: 1 addition & 1 deletion api-spec/spec.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"info": {
"name": "@nebula.js/sn-treemap:properties",
"description": "Treemap generic object definition",
"version": "1.6.5",
"version": "1.6.6",
"license": "MIT",
"stability": "stable",
"x-qlik-visibility": "public"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nebula.js/sn-treemap",
"version": "1.6.5",
"version": "1.6.6",
"description": "Treemap supernova that is DOM independent",
"main": "dist/sn-treemap.js",
"systemjs": "dist/sn-treemap.systemjs.js",
Expand Down

0 comments on commit 8451a41

Please sign in to comment.