Skip to content

Commit 82d05a2

Browse files
committed
4.0.0-rc.9
1 parent 4585b0d commit 82d05a2

File tree

3 files changed

+122
-122
lines changed

3 files changed

+122
-122
lines changed

package.json

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

pages/lib/runkit-embed.js

+1-1
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.8"));' +
20+
')(require("immutable@4.0.0-rc.9"));' +
2121
(options.preamble || ''),
2222
source: codeElement.textContent.replace(/\n(>[^\n]*\n?)+$/g, ''),
2323
minHeight: '52px',

0 commit comments

Comments
 (0)