Skip to content

Commit

Permalink
update CHANGELOG and package.json for v0.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
oakmac committed Dec 3, 2024
1 parent c14bce8 commit 41b5791
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion 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.18.0] - 2024-12-02

### Fixed
- [Issue #165] - fix bug with tag literal alignment ([PR-168])

## [0.17.0] - 2024-12-02

### Fixed
Expand Down Expand Up @@ -146,7 +151,8 @@ All notable changes to this project will be documented in this file.
### Added
- initial alpha release

[Unreleased]:https://github.com/oakmac/standard-clojure-style-js/compare/v0.17.0...HEAD
[Unreleased]:https://github.com/oakmac/standard-clojure-style-js/compare/v0.18.0...HEAD
[0.18.0]:https://github.com/oakmac/standard-clojure-style-js/releases/tag/v0.18.0
[0.17.0]:https://github.com/oakmac/standard-clojure-style-js/releases/tag/v0.17.0
[0.16.0]:https://github.com/oakmac/standard-clojure-style-js/releases/tag/v0.16.0
[0.15.0]:https://github.com/oakmac/standard-clojure-style-js/releases/tag/v0.15.0
Expand Down Expand Up @@ -206,6 +212,7 @@ All notable changes to this project will be documented in this file.
[Issue #158]:https://github.com/oakmac/standard-clojure-style-js/issues/158
[Issue #161]:https://github.com/oakmac/standard-clojure-style-js/issues/161
[Issue #162]:https://github.com/oakmac/standard-clojure-style-js/issues/162
[Issue #165]:https://github.com/oakmac/standard-clojure-style-js/issues/165
[Issue #166]:https://github.com/oakmac/standard-clojure-style-js/issues/166

[commit #db857ff4]:https://github.com/oakmac/standard-clojure-style-js/commit/db857ff413f0a8625c0cd0c975684244d875705e
Expand Down Expand Up @@ -249,3 +256,4 @@ All notable changes to this project will be documented in this file.
[PR-163]:https://github.com/oakmac/standard-clojure-style-js/pull/163
[PR-164]:https://github.com/oakmac/standard-clojure-style-js/pull/164
[PR-167]:https://github.com/oakmac/standard-clojure-style-js/pull/167
[PR-168]:https://github.com/oakmac/standard-clojure-style-js/pull/168
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.17.0",
"version": "0.18.0",
"homepage": "https://github.com/oakmac/standard-clojure-style-js",
"repository": {
"type": "git",
Expand Down

0 comments on commit 41b5791

Please sign in to comment.