Skip to content

Commit

Permalink
Merge tag '0.6.1'
Browse files Browse the repository at this point in the history
0.6.1

Conflicts:
	dist/techan.js
	dist/techan.min.js
	dist/techan.min.js.map
	package.json
  • Loading branch information
andredumas committed Sep 7, 2016
2 parents ca83164 + 8c99dee commit 50f18ca
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,7 @@ module.exports = function(grunt) {
grunt.registerTask('minify', ['uglify', 'karma:minify']);
grunt.registerTask('serve', ['bower', 'clean', 'filegen:version', 'examples', 'test', 'connect', 'karma:watch:start', 'watch']);
grunt.registerTask('release:pre', ['bump-only:prerelease', 'default']);
grunt.registerTask('release:patch', ['bump-only:patch', 'default', 'bump-commit']);
grunt.registerTask('release:minor', ['bump-only:minor', 'default', 'bump-commit']);
grunt.registerTask('release:major', ['bump-only:major', 'default', 'bump-commit']);

Expand Down
18 changes: 18 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,24 @@
{
"name": "techan",
"version": "0.7.0-3",
"description": "A visual, technical analysis and charting (Candlestick, OHLC, indicators) library built on D3.",
"keywords": [
"technical analysis",
"financial",
"finance",
"visualization",
"chart",
"svg",
"candlestick",
"ohlc",
"indicators",
"volume"
],
"homepage": "techanjs.org",
"author": {
"name": "André Dumas",
"url": "http://andredumas.id.au"
},
"main": "dist/techan.js",
"repository": {
"type": "git",
Expand Down

0 comments on commit 50f18ca

Please sign in to comment.