From 53aab6bfbec88d2878807099ccfa8dab5651b593 Mon Sep 17 00:00:00 2001 From: Vlad Ioffe Date: Sun, 15 Apr 2018 21:21:08 +0300 Subject: [PATCH] version bump to 2.9.0 --- CHANGELOG.md | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 805faf57..0fc86b06 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,12 +2,12 @@ All notable changes to this project will be documented in this file. -# [2.9.0] (???) +# [2.9.0] (2018-04-15) ### Features -- On Select Output event ([???](https://github.com/vlio20/angular-datepicker/commit/???)) closes [#389](https://github.com/vlio20/angular-datepicker/issues/389) +- On Select Output event ([a8bdf56](https://github.com/vlio20/angular-datepicker/commit/a8bdf56)) closes [#389](https://github.com/vlio20/angular-datepicker/issues/389) ### Improvements -- Moving to node 8 ([???](https://github.com/vlio20/angular-datepicker/commit/???)) closes [#391](https://github.com/vlio20/angular-datepicker/issues/391) +- Moving to node 8 ([cddc2ba](https://github.com/vlio20/angular-datepicker/commit/cddc2ba)) closes [#391](https://github.com/vlio20/angular-datepicker/issues/391) # [2.8.1] (2018-03-13) diff --git a/package.json b/package.json index e650ac49..bca20b8a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "ng2-date-picker", "author": "Vlad Ioffe", - "version": "2.8.1", + "version": "2.9.0", "license": "MIT", "main": "index.js", "scripts": {