Skip to content

Commit

Permalink
Releasing 3.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wa0x6e committed Apr 24, 2016
1 parent 18b76c1 commit 916fafb
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 8 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,9 @@
# Changelog

## v3.6.0 [2016-04-24]

* [fix] Fix #183 Fix/add now without highlight

## v3.5.4 [2015-08-24]

* [fix] Update all references to github account new username
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Expand Up @@ -7,7 +7,7 @@
"d3js",
"heat map"
],
"version": "3.5.4",
"version": "3.6.0",
"main": ["./cal-heatmap.js", "./cal-heatmap.css"],
"dependencies": {
"d3": ">= v3.0.6"
Expand Down
2 changes: 1 addition & 1 deletion cal-heatmap.js
@@ -1,4 +1,4 @@
/*! cal-heatmap v3.5.4 (Sun Mar 20 2016 13:20:54)
/*! cal-heatmap v3.6.0 (Sun Apr 24 2016 19:19:35)
* ---------------------------------------------
* Cal-Heatmap is a javascript module to create calendar heatmap to visualize time series data
* https://github.com/wa0x6e/cal-heatmap
Expand Down
6 changes: 3 additions & 3 deletions cal-heatmap.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion component.json
@@ -1,6 +1,6 @@
{
"name": "cal-heatmap",
"version": "3.5.4",
"version": "3.6.0",
"repository": "wa0x6e/cal-heatmap",
"dependencies": {
"mbostock/d3": ">= 3.0.6"
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "cal-heatmap",
"version": "3.5.4",
"version": "3.6.0",
"description": "Cal-Heatmap is a javascript module to create calendar heatmap to visualize time series data",
"keywords": [
"calendar",
Expand Down
2 changes: 1 addition & 1 deletion test/test.js
@@ -1,4 +1,4 @@
/*! cal-heatmap v3.5.4 (Sun Mar 20 2016 13:20:54)
/*! cal-heatmap v3.6.0 (Sun Apr 24 2016 19:19:35)
* ---------------------------------------------
* Cal-Heatmap is a javascript module to create calendar heatmap to visualize time series data
* https://github.com/wa0x6e/cal-heatmap
Expand Down

0 comments on commit 916fafb

Please sign in to comment.