Skip to content

Commit fdb2fe0

Browse files
committed
changelog v2.5.0
1 parent 63759d7 commit fdb2fe0

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.JSON

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
{
22
"versions": [
3+
{
4+
"version": "2.5.0",
5+
"changes": {
6+
"new": [],
7+
"enhancements": [],
8+
"fixes": []
9+
},
10+
"contributions": []
11+
},
312
{
413
"version": "2.4.0",
514
"changes": {

scripts/create-changelog.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
const changelog = require('../CHANGELOG.JSON');
1+
const changelog = require('../CHANGELOG.json');
22
const fs = require('fs');
33

44
if (changelog.versions && changelog.versions.length > 0) {

0 commit comments

Comments
 (0)