Skip to content

Commit c1c6b62

Browse files
authored
docs(version): add more elements (#2779)
1 parent ac6a90e commit c1c6b62

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

scripts/release-notes.js

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -245,6 +245,21 @@ var versions = [
245245
minor: '6.3',
246246
symbol: 'Mn',
247247
element: 'Manganese'
248+
},
249+
{
250+
minor: '6.4',
251+
symbol: 'Fe',
252+
element: 'Iron'
253+
},
254+
{
255+
minor: '6.5',
256+
symbol: 'Co',
257+
element: 'Cobalt'
258+
},
259+
{
260+
minor: '6.6',
261+
symbol: 'Ni',
262+
element: 'Nickel'
248263
}
249264
];
250265

0 commit comments

Comments
 (0)