From a68063d7253401b126833097084ad6d5be31e2a2 Mon Sep 17 00:00:00 2001 From: Chris Oakman Date: Mon, 2 Dec 2024 18:38:42 -0600 Subject: [PATCH] update changelog and package.json for v0.17.0 --- CHANGELOG.md | 13 ++++++++++++- package.json | 2 +- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 71e765e..cc9f1b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file. ## [Unreleased] +## [0.17.0] - 2024-12-02 + +### Fixed +- [Issue #162] - fix bugs related to commas at the end of lines ([PR-164]) +- [Issue #166] - fix bug with `:refer :all :rename` ([PR-167]) + ## [0.16.0] - 2024-11-27 ### Fixed @@ -140,7 +146,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.16.0...HEAD +[Unreleased]:https://github.com/oakmac/standard-clojure-style-js/compare/v0.17.0...HEAD +[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 [0.14.0]:https://github.com/oakmac/standard-clojure-style-js/releases/tag/v0.14.0 @@ -198,6 +205,8 @@ All notable changes to this project will be documented in this file. [Issue #153]:https://github.com/oakmac/standard-clojure-style-js/issues/153 [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 #166]:https://github.com/oakmac/standard-clojure-style-js/issues/166 [commit #db857ff4]:https://github.com/oakmac/standard-clojure-style-js/commit/db857ff413f0a8625c0cd0c975684244d875705e @@ -238,3 +247,5 @@ All notable changes to this project will be documented in this file. [PR-148]:https://github.com/oakmac/standard-clojure-style-js/pull/148 [PR-160]:https://github.com/oakmac/standard-clojure-style-js/pull/160 [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 diff --git a/package.json b/package.json index 242bbb8..9816035 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.16.0", + "version": "0.17.0", "homepage": "https://github.com/oakmac/standard-clojure-style-js", "repository": { "type": "git",