We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63759d7 commit fdb2fe0Copy full SHA for fdb2fe0
CHANGELOG.JSON
@@ -1,5 +1,14 @@
1
{
2
"versions": [
3
+ {
4
+ "version": "2.5.0",
5
+ "changes": {
6
+ "new": [],
7
+ "enhancements": [],
8
+ "fixes": []
9
+ },
10
+ "contributions": []
11
12
13
"version": "2.4.0",
14
"changes": {
scripts/create-changelog.js
@@ -1,4 +1,4 @@
-const changelog = require('../CHANGELOG.JSON');
+const changelog = require('../CHANGELOG.json');
const fs = require('fs');
if (changelog.versions && changelog.versions.length > 0) {
0 commit comments