From faf5b6c5774fdb364bbf7b7f2ca086a3e950169f Mon Sep 17 00:00:00 2001 From: Wikiki Date: Sat, 10 Feb 2018 13:08:47 +0100 Subject: [PATCH] [Prerelease] Bumped version number --- CHANGELOG.md | 10 ++++++++++ bower.json | 2 +- package.json | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 769c527..3110a0d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ + +## [0.2.7](https://github.com/Wikiki/bulma-calendar/compare/0.2.6...0.2.7) (2018-02-10) + + +### Bug Fixes + +* **package:** js filename ([ff82bd2](https://github.com/Wikiki/bulma-calendar/commit/ff82bd2)) + + + ## [0.2.6](https://github.com/Wikiki/bulma-calendar/compare/0.2.5...0.2.6) (2018-02-10) diff --git a/bower.json b/bower.json index 0294287..e279d40 100644 --- a/bower.json +++ b/bower.json @@ -2,7 +2,7 @@ "name": "bulma-calendar", "description": "Display a calendar for date selection or for planning management, in different colors and sizes", "main": "calendar.sass", - "version": "0.2.6", + "version": "0.2.7", "authors": [ "Wikiki (https://wikiki.github.io/bulma-extensions/overview)" ], diff --git a/package.json b/package.json index f38be09..da124c6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bulma-calendar", - "version": "0.2.6", + "version": "0.2.7", "description": "Display a calendar for date selection or for planning management, in different colors and sizes", "main": "dist/bulma-calendar.sass", "scripts": {