@@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
4
4
5
5
## [ Unreleased]
6
6
7
+ ## [ 0.23.0] - 2025-02-28
8
+
9
+ ### Fixed
10
+ - [ Issue #189 ] - fix bug with alignment under set literals ([ PR-190] )
11
+
7
12
## [ 0.22.0] - 2025-02-27
8
13
9
14
### Fixed
@@ -176,7 +181,8 @@ All notable changes to this project will be documented in this file.
176
181
### Added
177
182
- initial alpha release
178
183
179
- [ Unreleased ] :https://github.com/oakmac/standard-clojure-style-js/compare/v0.22.0...HEAD
184
+ [ Unreleased ] :https://github.com/oakmac/standard-clojure-style-js/compare/v0.23.0...HEAD
185
+ [ 0.23.0 ] :https://github.com/oakmac/standard-clojure-style-js/releases/tag/v0.23.0
180
186
[ 0.22.0 ] :https://github.com/oakmac/standard-clojure-style-js/releases/tag/v0.22.0
181
187
[ 0.21.0 ] :https://github.com/oakmac/standard-clojure-style-js/releases/tag/v0.21.0
182
188
[ 0.20.0 ] :https://github.com/oakmac/standard-clojure-style-js/releases/tag/v0.20.0
@@ -249,6 +255,7 @@ All notable changes to this project will be documented in this file.
249
255
[ Issue #183 ] :https://github.com/oakmac/standard-clojure-style-js/issues/183
250
256
[ Issue #184 ] :https://github.com/oakmac/standard-clojure-style-js/issues/184
251
257
[ Issue #187 ] :https://github.com/oakmac/standard-clojure-style-js/issues/187
258
+ [ Issue #189 ] :https://github.com/oakmac/standard-clojure-style-js/issues/189
252
259
253
260
[ commit #db857ff4 ] :https://github.com/oakmac/standard-clojure-style-js/commit/db857ff413f0a8625c0cd0c975684244d875705e
254
261
@@ -299,3 +306,4 @@ All notable changes to this project will be documented in this file.
299
306
[ PR-185 ] :https://github.com/oakmac/standard-clojure-style-js/pull/185
300
307
[ PR-186 ] :https://github.com/oakmac/standard-clojure-style-js/pull/186
301
308
[ PR-188 ] :https://github.com/oakmac/standard-clojure-style-js/pull/188
309
+ [ PR-190 ] :https://github.com/oakmac/standard-clojure-style-js/pull/190
0 commit comments