Skip to content

Commit 5023b0d

Browse files
committed
4.0.0-rc.7
1 parent a08c2d6 commit 5023b0d

File tree

3 files changed

+79
-79
lines changed

3 files changed

+79
-79
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "immutable",
3-
"version": "4.0.0-rc.6",
3+
"version": "4.0.0-rc.7",
44
"description": "Immutable Data Collections",
55
"license": "MIT",
66
"homepage": "https://facebook.github.com/immutable-js",

pages/lib/runkit-embed.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ global.runIt = function runIt(button) {
1717
preamble:
1818
'const assert = (' +
1919
makeAssert +
20-
')(require("immutable@4.0.0-rc.6"));' +
20+
')(require("immutable@4.0.0-rc.7"));' +
2121
(options.preamble || ''),
2222
source: codeElement.textContent.replace(/\n(>[^\n]*\n?)+$/g, ''),
2323
minHeight: '52px',

0 commit comments

Comments
 (0)