Skip to content

Commit 38e7434

Browse files
committed
update CHANGELOG and package.json for v0.22.0
1 parent e9973f1 commit 38e7434

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

CHANGELOG.md

+9-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,12 @@ All notable changes to this project will be documented in this file.
44

55
## [Unreleased]
66

7-
- [Issue #184] - fix bug with tagged literals in `ns` metadata ([PR-185])
7+
## [0.22.0] - 2025-02-27
8+
9+
### Fixed
810
- [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])
913

1014
## [0.21.0] - 2025-02-26
1115

@@ -172,7 +176,8 @@ All notable changes to this project will be documented in this file.
172176
### Added
173177
- initial alpha release
174178

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
176181
[0.21.0]:https://github.com/oakmac/standard-clojure-style-js/releases/tag/v0.21.0
177182
[0.20.0]:https://github.com/oakmac/standard-clojure-style-js/releases/tag/v0.20.0
178183
[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.
243248
[Issue #181]:https://github.com/oakmac/standard-clojure-style-js/issues/181
244249
[Issue #183]:https://github.com/oakmac/standard-clojure-style-js/issues/183
245250
[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
246252

247253
[commit #db857ff4]:https://github.com/oakmac/standard-clojure-style-js/commit/db857ff413f0a8625c0cd0c975684244d875705e
248254

@@ -292,3 +298,4 @@ All notable changes to this project will be documented in this file.
292298
[PR-182]:https://github.com/oakmac/standard-clojure-style-js/pull/182
293299
[PR-185]:https://github.com/oakmac/standard-clojure-style-js/pull/185
294300
[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

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Standard Clojure Style - a formatter for Clojure code",
44
"license": "ISC",
55
"name": "@chrisoakman/standard-clojure-style",
6-
"version": "0.21.0",
6+
"version": "0.22.0",
77
"homepage": "https://github.com/oakmac/standard-clojure-style-js",
88
"repository": {
99
"type": "git",

0 commit comments

Comments
 (0)