Skip to content

Commit

Permalink
v0.3.22
Browse files Browse the repository at this point in the history
  • Loading branch information
borkdude committed Sep 13, 2024
1 parent 534ae4e commit 934f28c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
[Cherry](https://github.com/squint-cljs/cherry): Experimental ClojureScript to ES6 module compiler

## 0.3.22 (2024-09-13)

- Allow `defclass` to be referenced through other macros, e.g. as `cherry.core/defclass`

## 0.3.21 (2024-09-12)

- Fix emitting keyword in HTML
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"type": "module",
"name": "cherry-cljs",
"sideEffects": false,
"version": "0.3.21",
"version": "0.3.22",
"files": [
"cljs.core.js",
"lib",
Expand Down

0 comments on commit 934f28c

Please sign in to comment.