Skip to content

Commit b9e6a57

Browse files
committed
update CHANGELOG and package.json for v0.23.0
1 parent f064ab5 commit b9e6a57

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.23.0] - 2025-02-28
8+
9+
### Fixed
10+
- [Issue #189] - fix bug with alignment under set literals ([PR-190])
11+
712
## [0.22.0] - 2025-02-27
813

914
### Fixed
@@ -176,7 +181,8 @@ All notable changes to this project will be documented in this file.
176181
### Added
177182
- initial alpha release
178183

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
180186
[0.22.0]:https://github.com/oakmac/standard-clojure-style-js/releases/tag/v0.22.0
181187
[0.21.0]:https://github.com/oakmac/standard-clojure-style-js/releases/tag/v0.21.0
182188
[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.
249255
[Issue #183]:https://github.com/oakmac/standard-clojure-style-js/issues/183
250256
[Issue #184]:https://github.com/oakmac/standard-clojure-style-js/issues/184
251257
[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
252259

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

@@ -299,3 +306,4 @@ All notable changes to this project will be documented in this file.
299306
[PR-185]:https://github.com/oakmac/standard-clojure-style-js/pull/185
300307
[PR-186]:https://github.com/oakmac/standard-clojure-style-js/pull/186
301308
[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

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.22.0",
6+
"version": "0.23.0",
77
"homepage": "https://github.com/oakmac/standard-clojure-style-js",
88
"repository": {
99
"type": "git",

0 commit comments

Comments
 (0)