diff --git a/CHANGELOG.md b/CHANGELOG.md index faf639ab..40aca057 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.34](https://github.com/worktile/ngx-gantt/compare/0.0.33...0.0.34) (2020-08-12) + + +### Features + +* add print service ([#60](https://github.com/worktile/ngx-gantt/issues/60)) ([3fc091f](https://github.com/worktile/ngx-gantt/commit/3fc091f2023ff41968a1e38c6b68026a69d7861a)) + ### [0.0.33](https://github.com/worktile/ngx-gantt/compare/0.0.32...0.0.33) (2020-08-01) diff --git a/package-lock.json b/package-lock.json index 9fef2236..5388f1fa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@worktile/gantt", - "version": "0.0.33", + "version": "0.0.34", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 79199397..64bbfcea 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@worktile/gantt", - "version": "0.0.33", + "version": "0.0.34", "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 9bf53b96..b78d6c34 100644 --- a/packages/gantt/package.json +++ b/packages/gantt/package.json @@ -1,6 +1,6 @@ { "name": "@worktile/gantt", - "version": "0.0.33", + "version": "0.0.34", "schematics": "./schematics/collection.json", "scripts": { "build": "../../node_modules/.bin/tsc -p tsconfig.schematics.json",