Skip to content

Commit 1ecbf7f

Browse files
committed
v0.8.147
1 parent 795f8d9 commit 1ecbf7f

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,13 @@
22

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

5-
## Unreleased
5+
## v0.8.147
66

77
- Fix [#661](https://github.com/squint-cljs/squint/issues/661): support `throw` in expression position
88
- Fix [#662](https://github.com/squint-cljs/squint/issues/662): Fix extending protocol from other namespace to `nil`
99
- Better solution for multiple expressions in return context in combination with pragmas
10-
1110
- Add an [ajv](examples/ajv) example
1211

13-
1412
## v0.8.146
1513

1614
- [#653](https://github.com/squint-cljs/squint/issues/653): respect `:context expr` in `compile-string`

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "squint-cljs",
33
"type": "module",
44
"sideEffects": false,
5-
"version": "0.8.146",
5+
"version": "0.8.147",
66
"files": [
77
"core.js",
88
"src/squint/core.js",

0 commit comments

Comments
 (0)