Skip to content

Commit

Permalink
update CHANGELOG and package.json for v0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
oakmac committed Oct 21, 2024
1 parent 45fd2ef commit ce67c60
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file.

## [Unreleased]

## [0.11.0] - 2024-10-21

### Fixed
- [Issue #135] - fix bug with `:import` and multiple reader conditionals ([PR-134])

Expand Down Expand Up @@ -106,7 +108,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.10.0...HEAD
[Unreleased]:https://github.com/oakmac/standard-clojure-style-js/compare/v0.11.0...HEAD
[0.11.0]:https://github.com/oakmac/standard-clojure-style-js/releases/tag/v0.11.0
[0.10.0]:https://github.com/oakmac/standard-clojure-style-js/releases/tag/v0.10.0
[0.9.0]:https://github.com/oakmac/standard-clojure-style-js/releases/tag/v0.9.0
[0.8.0]:https://github.com/oakmac/standard-clojure-style-js/releases/tag/v0.8.0
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.10.0",
"version": "0.11.0",
"homepage": "https://github.com/oakmac/standard-clojure-style-js",
"repository": {
"type": "git",
Expand Down

0 comments on commit ce67c60

Please sign in to comment.