Skip to content

Commit 359d34e

Browse files
committed
1.10.329
1 parent e58b435 commit 359d34e

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ Official web site: http://clojurescript.org
66

77
## Releases and dependency information ##
88

9-
Latest stable release: 1.10.328
9+
Latest stable release: 1.10.329
1010

1111
* [All released versions](http://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22org.clojure%22%20AND%20a%3A%22clojurescript%22)
1212

1313
[Leiningen](http://github.com/technomancy/leiningen/) dependency information:
1414

1515
```
16-
[org.clojure/clojurescript "1.10.328"]
16+
[org.clojure/clojurescript "1.10.329"]
1717
```
1818

1919
[Maven](http://maven.apache.org) dependency information:
@@ -22,7 +22,7 @@ Latest stable release: 1.10.328
2222
<dependency>
2323
<groupId>org.clojure</groupId>
2424
<artifactId>clojurescript</artifactId>
25-
<version>1.10.328</version>
25+
<version>1.10.329</version>
2626
</dependency>
2727
```
2828

changes.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 1.10.328
1+
## 1.10.329
22

33
### Changes
44
* add :val to :const node

src/test/cljs/cljs/core_test.cljs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1592,4 +1592,4 @@
15921592
(deftest test-cljs-2787
15931593
(let [x (map->CLJS-2787 {1 2})
15941594
y (map->CLJS-2787 x)]
1595-
(= x y)))
1595+
(is (= x y))))

0 commit comments

Comments
 (0)