Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
oakmac committed Oct 29, 2024
1 parent 3eaca9d commit e52d62e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ All notable changes to this project will be documented in this file.
### Added
- [Issue #140] - better support for comments around the `:refer-clojure` ns form ([PR-141])

### Fixed
- [Issue #142] - fix ns parsing bug with paren nesting levels ([PR-147])

## [0.12.0] - 2024-10-22

### Fixed
Expand Down Expand Up @@ -164,6 +167,7 @@ All notable changes to this project will be documented in this file.
[Issue #135]:https://github.com/oakmac/standard-clojure-style-js/issues/135
[Issue #137]:https://github.com/oakmac/standard-clojure-style-js/issues/137
[Issue #140]:https://github.com/oakmac/standard-clojure-style-js/issues/140
[Issue #142]:https://github.com/oakmac/standard-clojure-style-js/issues/142

[PR-72]:https://github.com/oakmac/standard-clojure-style-js/pull/72
[PR-79]:https://github.com/oakmac/standard-clojure-style-js/pull/79
Expand Down Expand Up @@ -198,3 +202,4 @@ All notable changes to this project will be documented in this file.
[PR-134]:https://github.com/oakmac/standard-clojure-style-js/pull/134
[PR-138]:https://github.com/oakmac/standard-clojure-style-js/pull/138
[PR-141]:https://github.com/oakmac/standard-clojure-style-js/pull/141
[PR-147]:https://github.com/oakmac/standard-clojure-style-js/pull/147

0 comments on commit e52d62e

Please sign in to comment.