Skip to content

Commit

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

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

## [0.8.0] - 2024-10-16

### Added
- [Issue #6] - add ability to ignore a form using `:standard-clj/ignore` ([PR-120])
- [Issue #6] - add ability to ignore a file using `:standard-clj/ignore-file` ([PR-122])

## [0.7.0] - 2024-10-14

### Fixed
Expand Down Expand Up @@ -75,7 +81,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.7.0...HEAD
[Unreleased]:https://github.com/oakmac/standard-clojure-style-js/compare/v0.8.0...HEAD
[0.8.0]:https://github.com/oakmac/standard-clojure-style-js/releases/tag/v0.8.0
[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
Expand All @@ -87,6 +94,7 @@ All notable changes to this project will be documented in this file.
[0.1.1]:https://github.com/oakmac/standard-clojure-style-js/releases/tag/v0.1.1
[0.1.0]:https://github.com/oakmac/standard-clojure-style-js/releases/tag/v0.1.0

[Issue #6]:https://github.com/oakmac/standard-clojure-style-js/issues/6
[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
Expand Down Expand Up @@ -132,3 +140,5 @@ All notable changes to this project will be documented in this file.
[PR-117]:https://github.com/oakmac/standard-clojure-style-js/pull/117
[PR-118]:https://github.com/oakmac/standard-clojure-style-js/pull/118
[PR-119]:https://github.com/oakmac/standard-clojure-style-js/pull/119
[PR-120]:https://github.com/oakmac/standard-clojure-style-js/pull/120
[PR-122]:https://github.com/oakmac/standard-clojure-style-js/pull/122
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.7.0",
"version": "0.8.0",
"homepage": "https://github.com/oakmac/standard-clojure-style-js",
"repository": {
"type": "git",
Expand Down

0 comments on commit 06bbf4f

Please sign in to comment.