diff --git a/CHANGELOG.md b/CHANGELOG.md index b15213bd..56e14342 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ Changelog All notable changes to ngx-gantt will be documented in this file. +### [0.0.44](https://github.com/worktile/ngx-gantt/compare/0.0.43...0.0.44) (2020-11-16) + + +### Bug Fixes + +* **calendar:** hide today date when view type is not day #INFR-1241 ([#82](https://github.com/worktile/ngx-gantt/issues/82)) ([2610f22](https://github.com/worktile/ngx-gantt/commit/2610f2203fbf752efd3e6307e3450fdaa2a1841a)), closes [#INFR-1241](https://github.com/worktile/ngx-gantt/issues/INFR-1241) + ### [0.0.43](https://github.com/worktile/ngx-gantt/compare/0.0.42...0.0.43) (2020-10-29) diff --git a/package-lock.json b/package-lock.json index 969551fa..5d654509 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@worktile/gantt", - "version": "0.0.43", + "version": "0.0.44", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 47e603b8..d1dcecb7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@worktile/gantt", - "version": "0.0.43", + "version": "0.0.44", "description": "A modern and powerful gantt chart component for Angular", "keywords": [ "gantt", diff --git a/packages/gantt/package.json b/packages/gantt/package.json index d559c554..020fff45 100644 --- a/packages/gantt/package.json +++ b/packages/gantt/package.json @@ -1,6 +1,6 @@ { "name": "@worktile/gantt", - "version": "0.0.43", + "version": "0.0.44", "schematics": "./schematics/collection.json", "scripts": { "build": "../../node_modules/.bin/tsc -p tsconfig.schematics.json",