@@ -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.24.0] - 2025-03-05
8
+
9
+ ### Added
10
+ - [ Issue #191 ] - support nested ` :require ` prefix list syntax ([ PR-192] )
11
+
7
12
## [ 0.23.0] - 2025-02-28
8
13
9
14
### Fixed
@@ -181,7 +186,8 @@ All notable changes to this project will be documented in this file.
181
186
### Added
182
187
- initial alpha release
183
188
184
- [ Unreleased ] :https://github.com/oakmac/standard-clojure-style-js/compare/v0.23.0...HEAD
189
+ [ Unreleased ] :https://github.com/oakmac/standard-clojure-style-js/compare/v0.24.0...HEAD
190
+ [ 0.24.0 ] :https://github.com/oakmac/standard-clojure-style-js/releases/tag/v0.24.0
185
191
[ 0.23.0 ] :https://github.com/oakmac/standard-clojure-style-js/releases/tag/v0.23.0
186
192
[ 0.22.0 ] :https://github.com/oakmac/standard-clojure-style-js/releases/tag/v0.22.0
187
193
[ 0.21.0 ] :https://github.com/oakmac/standard-clojure-style-js/releases/tag/v0.21.0
@@ -256,6 +262,7 @@ All notable changes to this project will be documented in this file.
256
262
[ Issue #184 ] :https://github.com/oakmac/standard-clojure-style-js/issues/184
257
263
[ Issue #187 ] :https://github.com/oakmac/standard-clojure-style-js/issues/187
258
264
[ Issue #189 ] :https://github.com/oakmac/standard-clojure-style-js/issues/189
265
+ [ Issue #191 ] :https://github.com/oakmac/standard-clojure-style-js/issues/191
259
266
260
267
[ commit #db857ff4 ] :https://github.com/oakmac/standard-clojure-style-js/commit/db857ff413f0a8625c0cd0c975684244d875705e
261
268
@@ -307,3 +314,4 @@ All notable changes to this project will be documented in this file.
307
314
[ PR-186 ] :https://github.com/oakmac/standard-clojure-style-js/pull/186
308
315
[ PR-188 ] :https://github.com/oakmac/standard-clojure-style-js/pull/188
309
316
[ PR-190 ] :https://github.com/oakmac/standard-clojure-style-js/pull/190
317
+ [ PR-192 ] :https://github.com/oakmac/standard-clojure-style-js/pull/192
0 commit comments