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 ac6a90e commit c1c6b62Copy full SHA for c1c6b62
scripts/release-notes.js
@@ -245,6 +245,21 @@ var versions = [
245
minor: '6.3',
246
symbol: 'Mn',
247
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'
263
}
264
];
265
0 commit comments