Skip to content

Commit

Permalink
1.11.57
Browse files Browse the repository at this point in the history
  • Loading branch information
swannodette committed Jun 11, 2022
1 parent 9562ae1 commit e4ff22f
Showing 2 changed files with 9 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -6,14 +6,14 @@ Official web site: http://clojurescript.org

## Releases and dependency information ##

Latest stable release: 1.11.54
Latest stable release: 1.11.57

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

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

```
[org.clojure/clojurescript "1.11.54"]
[org.clojure/clojurescript "1.11.57"]
```

[Maven](http://maven.apache.org) dependency information:
@@ -22,7 +22,7 @@ Latest stable release: 1.11.54
<dependency>
<groupId>org.clojure</groupId>
<artifactId>clojurescript</artifactId>
<version>1.11.54</version>
<version>1.11.57</version>
</dependency>
```

6 changes: 6 additions & 0 deletions changes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 1.11.57

### Fixes
* CLJS-3377: Objects created from required JS constructor are not correctly hinted
* get-bridged-alias-map is not needed in self-hosted

## 1.11.54

### Changes

0 comments on commit e4ff22f

Please sign in to comment.