Skip to content

Commit

Permalink
update package.json and CHANGELOG for v0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
oakmac committed Oct 22, 2024
1 parent 0335fec commit 23be243
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.

## [Unreleased]

## [0.12.0] - 2024-10-22

### Fixed
- [Issue #137] - only process the first `ns` form ([PR-138])

## [0.11.0] - 2024-10-21

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

[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 @@ -186,3 +192,4 @@ All notable changes to this project will be documented in this file.
[PR-131]:https://github.com/oakmac/standard-clojure-style-js/pull/131
[PR-133]:https://github.com/oakmac/standard-clojure-style-js/pull/133
[PR-134]:https://github.com/oakmac/standard-clojure-style-js/pull/134
[PR-138]:https://github.com/oakmac/standard-clojure-style-js/pull/138
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Standard Clojure Style - a formatter for Clojure code",
"license": "ISC",
"name": "@chrisoakman/standard-clojure-style",
"version": "0.11.0",
"version": "0.12.0",
"homepage": "https://github.com/oakmac/standard-clojure-style-js",
"repository": {
"type": "git",
Expand Down

0 comments on commit 23be243

Please sign in to comment.