Skip to content

Commit

Permalink
1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mfikes committed Jul 26, 2020
1 parent 19dfa33 commit 348c829
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Change Log
All notable changes to this project will be documented in this file. This change log follows the conventions of [keepachangelog.com](http://keepachangelog.com/).

## [Unreleased]
## [1.6.0]
### Added
- Make JavaScript -> ClojureScript be user-hookable ([#67](https://github.com/mfikes/cljs-bean/issues/67))

Expand Down Expand Up @@ -84,7 +84,7 @@ All notable changes to this project will be documented in this file. This change
### Added
- Initial release.

[Unreleased]: https://github.com/mfikes/cljs-bean/compare/1.5.0...HEAD
[1.6.0]: https://github.com/mfikes/cljs-bean/compare/1.5.0...1.6.0
[1.5.0]: https://github.com/mfikes/cljs-bean/compare/1.4.0...1.5.0
[1.4.0]: https://github.com/mfikes/cljs-bean/compare/1.3.0...1.4.0
[1.3.0]: https://github.com/mfikes/cljs-bean/compare/1.2.1...1.3.0
Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject cljs-bean "1.5.0"
(defproject cljs-bean "1.6.0"
:description "Clojure's bean function for ClojureScript"
:url "https://github.com/mfikes/cljs-bean"
:scm {:name "git" :url "https://github.com/mfikes/cljs-bean"}
Expand Down

0 comments on commit 348c829

Please sign in to comment.