Skip to content

Commit

Permalink
update CHANGELOG and package.json for v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
oakmac committed Oct 14, 2024
1 parent 1674d01 commit d3206d9
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

All notable changes to this project will be documented in this file.

## [0.7.0] - 2024-10-14

### Fixed
- [Issue #55] and [Issue #113] - support metadata in ns ([PR-110])

## [0.6.0] - 2024-10-12

### Fixed
Expand Down Expand Up @@ -70,7 +75,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.6.0...HEAD
[Unreleased]:https://github.com/oakmac/standard-clojure-style-js/compare/v0.7.0...HEAD
[0.7.0]:https://github.com/oakmac/standard-clojure-style-js/releases/tag/v0.7.0
[0.6.0]:https://github.com/oakmac/standard-clojure-style-js/releases/tag/v0.6.0
[0.5.0]:https://github.com/oakmac/standard-clojure-style-js/releases/tag/v0.5.0
[0.4.1]:https://github.com/oakmac/standard-clojure-style-js/releases/tag/v0.4.1
Expand All @@ -82,6 +88,7 @@ All notable changes to this project will be documented in this file.
[0.1.0]:https://github.com/oakmac/standard-clojure-style-js/releases/tag/v0.1.0

[Issue #48]:https://github.com/oakmac/standard-clojure-style-js/issues/48
[Issue #55]:https://github.com/oakmac/standard-clojure-style-js/issues/55
[Issue #62]:https://github.com/oakmac/standard-clojure-style-js/issues/62
[Issue #67]:https://github.com/oakmac/standard-clojure-style-js/issues/67
[Issue #68]:https://github.com/oakmac/standard-clojure-style-js/issues/68
Expand All @@ -100,6 +107,7 @@ All notable changes to this project will be documented in this file.
[Issue #110]:https://github.com/oakmac/standard-clojure-style-js/issues/110
[Issue #111]:https://github.com/oakmac/standard-clojure-style-js/issues/111
[Issue #112]:https://github.com/oakmac/standard-clojure-style-js/issues/112
[Issue #113]:https://github.com/oakmac/standard-clojure-style-js/issues/113
[Issue #114]:https://github.com/oakmac/standard-clojure-style-js/issues/114

[PR-72]:https://github.com/oakmac/standard-clojure-style-js/pull/72
Expand All @@ -118,6 +126,7 @@ All notable changes to this project will be documented in this file.
[PR-98]:https://github.com/oakmac/standard-clojure-style-js/pull/98
[PR-100]:https://github.com/oakmac/standard-clojure-style-js/pull/100
[PR-107]:https://github.com/oakmac/standard-clojure-style-js/pull/107
[PR-110]:https://github.com/oakmac/standard-clojure-style-js/pull/110
[PR-115]:https://github.com/oakmac/standard-clojure-style-js/pull/115
[PR-116]:https://github.com/oakmac/standard-clojure-style-js/pull/116
[PR-117]:https://github.com/oakmac/standard-clojure-style-js/pull/117
Expand Down
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.6.0",
"version": "0.7.0",
"homepage": "https://github.com/oakmac/standard-clojure-style-js",
"repository": {
"type": "git",
Expand Down

0 comments on commit d3206d9

Please sign in to comment.