@@ -4,8 +4,12 @@ All notable changes to this project will be documented in this file.
4
4
5
5
## [ Unreleased]
6
6
7
- - [ Issue #184 ] - fix bug with tagged literals in ` ns ` metadata ([ PR-185] )
7
+ ## [ 0.22.0] - 2025-02-27
8
+
9
+ ### Fixed
8
10
- [ Issue #183 ] - fix bug with quoted values other than maps, lists etc. in ` ns ` metadata ([ PR-186] )
11
+ - [ Issue #184 ] - fix bug with tagged literals in ` ns ` metadata ([ PR-185] )
12
+ - [ Issue #187 ] - fix bug with ns ` :require :refer :rename ` ([ PR-188] )
9
13
10
14
## [ 0.21.0] - 2025-02-26
11
15
@@ -172,7 +176,8 @@ All notable changes to this project will be documented in this file.
172
176
### Added
173
177
- initial alpha release
174
178
175
- [ Unreleased ] :https://github.com/oakmac/standard-clojure-style-js/compare/v0.21.0...HEAD
179
+ [ Unreleased ] :https://github.com/oakmac/standard-clojure-style-js/compare/v0.22.0...HEAD
180
+ [ 0.22.0 ] :https://github.com/oakmac/standard-clojure-style-js/releases/tag/v0.22.0
176
181
[ 0.21.0 ] :https://github.com/oakmac/standard-clojure-style-js/releases/tag/v0.21.0
177
182
[ 0.20.0 ] :https://github.com/oakmac/standard-clojure-style-js/releases/tag/v0.20.0
178
183
[ 0.19.0 ] :https://github.com/oakmac/standard-clojure-style-js/releases/tag/v0.19.0
@@ -243,6 +248,7 @@ All notable changes to this project will be documented in this file.
243
248
[ Issue #181 ] :https://github.com/oakmac/standard-clojure-style-js/issues/181
244
249
[ Issue #183 ] :https://github.com/oakmac/standard-clojure-style-js/issues/183
245
250
[ Issue #184 ] :https://github.com/oakmac/standard-clojure-style-js/issues/184
251
+ [ Issue #187 ] :https://github.com/oakmac/standard-clojure-style-js/issues/187
246
252
247
253
[ commit #db857ff4 ] :https://github.com/oakmac/standard-clojure-style-js/commit/db857ff413f0a8625c0cd0c975684244d875705e
248
254
@@ -292,3 +298,4 @@ All notable changes to this project will be documented in this file.
292
298
[ PR-182 ] :https://github.com/oakmac/standard-clojure-style-js/pull/182
293
299
[ PR-185 ] :https://github.com/oakmac/standard-clojure-style-js/pull/185
294
300
[ PR-186 ] :https://github.com/oakmac/standard-clojure-style-js/pull/186
301
+ [ PR-188 ] :https://github.com/oakmac/standard-clojure-style-js/pull/188
0 commit comments