Skip to content

Commit 5379b13

Browse files
committed
2.1.2
1 parent 2a69e2b commit 5379b13

5 files changed

Lines changed: 12 additions & 5 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Setup Node.js
2727
uses: actions/setup-node@v4
2828
with:
29-
node-version: 20
29+
node-version: 24
3030
cache: 'npm'
3131

3232
- name: Install dependencies
@@ -78,7 +78,7 @@ jobs:
7878
- name: Setup Node.js
7979
uses: actions/setup-node@v4
8080
with:
81-
node-version: 20
81+
node-version: 24
8282
cache: 'npm'
8383

8484
- name: Install dependencies

.node-version

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
20
1+
24
2+

examples/charts.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ <h1>
9797
<p>
9898
<a class="btn btn-default btn-lg" href="https://github.com/jtblin/angular-chart"><i class="icon-github"></i>Code on Github</a>
9999
<a class="btn btn-success btn-lg" href="../dist/angular-chart.js.tar.gz" download="angular-chart.js.tar.gz">
100-
<i class="fa fa-download"></i> Download <small>(2.1.1)</small>
100+
<i class="fa fa-download"></i> Download <small>(2.1.2)</small>
101101
</a>
102102
</p>
103103
</div>

package-lock.json

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
{
22
"name": "angular-chart.js",
3-
"version": "2.1.1",
3+
"version": "2.1.2",
44
"description": "An angular.js wrapper for Chart.js",
5+
"engines": {
6+
"node": ">=24"
7+
},
58
"homepage": "http://jtblin.github.io/angular-chart.js/",
69
"main": "dist/angular-chart.js",
710
"module": "dist/angular-chart.mjs",

0 commit comments

Comments
 (0)