Skip to content

Commit

Permalink
update changelog and package.json for v0.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
oakmac committed Dec 3, 2024
1 parent ff473d4 commit a68063d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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

Expand Down Expand Up @@ -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
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.16.0",
"version": "0.17.0",
"homepage": "https://github.com/oakmac/standard-clojure-style-js",
"repository": {
"type": "git",
Expand Down

0 comments on commit a68063d

Please sign in to comment.