File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ part of this tutorial are a web browser and an installation of
1515https://clojure.org/guides/getting_started[Clojure]. On Windows you will need
1616https://www.oracle.com/java/technologies/javase/jdk21-archive-downloads.html[Java
171721] and the
18- https://github.com/clojure/clojurescript/releases/download/r1.12.112 /cljs.jar[standalone
18+ https://github.com/clojure/clojurescript/releases/download/r1.12.116 /cljs.jar[standalone
1919ClojureScript JAR]. Note that the requirement of a web browser excludes
2020headless environments, and we then recommend skimming to the Node.js portion of the
2121tutorial.
@@ -45,7 +45,7 @@ If you are on macOS or Linux your `deps.edn` file should contain the following:
4545
4646[source,clojure]
4747----
48- {:deps {org.clojure/clojurescript {:mvn/version "1.12.112 "}}}
48+ {:deps {org.clojure/clojurescript {:mvn/version "1.12.116 "}}}
4949----
5050
5151In your favorite text editor edit the `src/hello_world/core.cljs` to
@@ -308,7 +308,7 @@ Modify your `deps.edn` file:
308308
309309[source,clojure]
310310----
311- {:deps {org.clojure/clojurescript {:mvn/version "1.12.112 "}
311+ {:deps {org.clojure/clojurescript {:mvn/version "1.12.116 "}
312312 cljsjs/react-dom {:mvn/version "16.2.0-3"}}}
313313----
314314
Original file line number Diff line number Diff line change 1- = 1.12.112 Release
1+ = 1.12.116 Release
22ClojureScript Team
3- 2025-11-25 12:00:00
3+ 2025-11-24 12:00:00
44:jbake-type: post
55
66ifdef::env-github,env-browser[:outfilesuffix: .adoc]
@@ -12,7 +12,7 @@ This a major feature release with a significant number of enhancements. Before d
1212
1313For a complete list of fixes, changes, and enhancements to
1414ClojureScript see
15- https://github.com/clojure/clojurescript/blob/master/changes.md#1.12.112 [here]
15+ https://github.com/clojure/clojurescript/blob/master/changes.md#1.12.116 [here]
1616
1717## ECMAScript 2016 Language Specification
1818
@@ -99,7 +99,7 @@ We're excited to hear feedback about all these new features!
9999
100100## Contributors
101101
102- Thanks to all of the community members who contributed to ClojureScript 1.12.112
102+ Thanks to all of the community members who contributed to ClojureScript 1.12.116
103103
104104* Michel Borkent
105105* Paula Gearon
You can’t perform that action at this time.
0 commit comments