Skip to content

Commit

Permalink
v0.8.125
Browse files Browse the repository at this point in the history
  • Loading branch information
borkdude committed Nov 28, 2024
1 parent fd3442e commit 57f0301
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@

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

## Unreleased
## v0.8.125 (2024-11-28)

- #581: support docstring in `defprotocol`
- [#581](https://github.com/squint-cljs/squint/issues/581): support docstring in `defprotocol`
- [#582](https://github.com/squint-cljs/squint/issues/582): add `extend-protocol`

## v0.8.124 (2024-11-20)

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.8.124",
"version": "0.8.125",
"files": [
"core.js",
"src/squint/core.js",
Expand Down

0 comments on commit 57f0301

Please sign in to comment.