Skip to content

Commit

Permalink
1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mfikes committed Apr 25, 2021
1 parent f92e2f6 commit 6559847
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# 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/).

## [1.7.0]
### Changed
- Avoid `contains?` in `-contains-key?` ([#79](https://github.com/mfikes/cljs-bean/issues/79))

## [1.6.0]
### Added
- Make JavaScript -> ClojureScript be user-hookable ([#67](https://github.com/mfikes/cljs-bean/issues/67))
Expand Down Expand Up @@ -84,6 +88,7 @@ All notable changes to this project will be documented in this file. This change
### Added
- Initial release.

[1.7.0]: https://github.com/mfikes/cljs-bean/compare/1.6.0...1.7.0
[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
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.6.0"
(defproject cljs-bean "1.7.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 6559847

Please sign in to comment.