Skip to content

Commit

Permalink
v0.6.91
Browse files Browse the repository at this point in the history
  • Loading branch information
borkdude committed Feb 14, 2024
1 parent c949aa4 commit c177ee6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[Squint](https://github.com/squint-cljs/squint): Light-weight ClojureScript dialect

## Unreleased
## v0.6.91 (2024-02-14)

- [#462](https://github.com/squint-cljs/squint/issues/462): Add `"exports"` field to `package.json`
- [#460](https://github.com/squint-cljs/squint/issues/460): escape `<` and `>` in JSX strings
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 @@
"name": "squint-cljs",
"type": "module",
"sideEffects": false,
"version": "0.6.90",
"version": "0.6.91",
"files": [
"core.js",
"src/squint/core.js",
Expand Down

0 comments on commit c177ee6

Please sign in to comment.