Skip to content

Commit 128e8e7

Browse files
committed
bump version to 3.7
1 parent 0e5679f commit 128e8e7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

addon/components/ember-chart.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export default Component.extend({
77

88
init() {
99
this._super(...arguments);
10-
console.log(this.options);
10+
1111
this.plugins = this.plugins || [];
1212
},
1313

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-cli-chart",
3-
"version": "3.6.0",
3+
"version": "3.7.0",
44
"description": "Ember component for ChartJS",
55
"keywords": [
66
"ember-addon"

0 commit comments

Comments
 (0)