Skip to content

Commit bd23d9a

Browse files
committed
1.12.144
1 parent cc27390 commit bd23d9a

2 files changed

Lines changed: 16 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,20 +6,20 @@ Official web site: https://clojurescript.org
66

77
## Releases and dependency information ##
88

9-
Latest stable release: 1.12.134
9+
Latest stable release: 1.12.144
1010

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

1313
[Clojure deps.edn](http://clojure.org/guides/deps_and_cli) dependency information:
1414

1515
```
16-
org.clojure/clojurescript {:mvn/version "1.12.134"}
16+
org.clojure/clojurescript {:mvn/version "1.12.144"}
1717
```
1818

1919
[Leiningen](https://github.com/technomancy/leiningen/) dependency information:
2020

2121
```
22-
[org.clojure/clojurescript "1.12.134"]
22+
[org.clojure/clojurescript "1.12.144"]
2323
```
2424

2525
[Maven](https://maven.apache.org) dependency information:
@@ -28,7 +28,7 @@ Latest stable release: 1.12.134
2828
<dependency>
2929
<groupId>org.clojure</groupId>
3030
<artifactId>clojurescript</artifactId>
31-
<version>1.12.134</version>
31+
<version>1.12.144</version>
3232
</dependency>
3333
```
3434

changes.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## 1.12.144
2+
3+
### Enhancements
4+
* CLJS-3476: async deftest support
5+
* CLJS-3470: add async/await support
6+
7+
### Fixes
8+
* CLJS-3472: str on var that is set! returns empty string (#307)
9+
* CLJS-3471: fix printing of negative zero
10+
* CLJS-3469: ClojureScript :preloads doesn't work with just cljs.main --repl (#302)
11+
* CLJS-3468: :refer-global should not make unrenamed object available
12+
113
## 1.12.134
214

315
### Changes

0 commit comments

Comments
 (0)