Skip to content

Commit c4f1ca0

Browse files
committed
update changelog + package.json for v0.24.0
1 parent 0ac29ef commit c4f1ca0

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
44

55
## [Unreleased]
66

7+
## [0.24.0] - 2025-03-05
8+
9+
### Added
10+
- [Issue #191] - support nested `:require` prefix list syntax ([PR-192])
11+
712
## [0.23.0] - 2025-02-28
813

914
### Fixed
@@ -181,7 +186,8 @@ All notable changes to this project will be documented in this file.
181186
### Added
182187
- initial alpha release
183188

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
185191
[0.23.0]:https://github.com/oakmac/standard-clojure-style-js/releases/tag/v0.23.0
186192
[0.22.0]:https://github.com/oakmac/standard-clojure-style-js/releases/tag/v0.22.0
187193
[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.
256262
[Issue #184]:https://github.com/oakmac/standard-clojure-style-js/issues/184
257263
[Issue #187]:https://github.com/oakmac/standard-clojure-style-js/issues/187
258264
[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
259266

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

@@ -307,3 +314,4 @@ All notable changes to this project will be documented in this file.
307314
[PR-186]:https://github.com/oakmac/standard-clojure-style-js/pull/186
308315
[PR-188]:https://github.com/oakmac/standard-clojure-style-js/pull/188
309316
[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

package.json

Lines changed: 1 addition & 1 deletion
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.23.0",
6+
"version": "0.24.0",
77
"homepage": "https://github.com/oakmac/standard-clojure-style-js",
88
"repository": {
99
"type": "git",

0 commit comments

Comments
 (0)