From 41b5791103c61a17eb8192661b546a1ec7ba946b Mon Sep 17 00:00:00 2001 From: Chris Oakman Date: Mon, 2 Dec 2024 19:41:07 -0600 Subject: [PATCH] update CHANGELOG and package.json for v0.18.0 --- CHANGELOG.md | 10 +++++++++- package.json | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cc9f1b1..bf47712 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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 @@ -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 @@ -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 diff --git a/package.json b/package.json index 9816035..1a23a86 100644 --- a/package.json +++ b/package.json @@ -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",