File tree 2 files changed +9
-2
lines changed
2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ Latest stable release: 1.10.891
13
13
[ Leiningen] ( http://github.com/technomancy/leiningen/ ) dependency information:
14
14
15
15
```
16
- [org.clojure/clojurescript "1.10.891 "]
16
+ [org.clojure/clojurescript "1.10.896 "]
17
17
```
18
18
19
19
[ Maven] ( http://maven.apache.org ) dependency information:
@@ -22,7 +22,7 @@ Latest stable release: 1.10.891
22
22
<dependency>
23
23
<groupId>org.clojure</groupId>
24
24
<artifactId>clojurescript</artifactId>
25
- <version>1.10.891 </version>
25
+ <version>1.10.896 </version>
26
26
</dependency>
27
27
```
28
28
Original file line number Diff line number Diff line change
1
+ ## 1.10.896
2
+
3
+ ### Fixes
4
+ * CLJS-3336: REGRESSION: Cannot require ` goog `
5
+ * CLJS-3337: REPL, Regression for : reload
6
+ * Fix Windows path issue in cljs.externs
7
+
1
8
## 1.10.891
2
9
3
10
### Changes
You can’t perform that action at this time.
0 commit comments