Skip to content

Commit 6559847

Browse files
committed
1.7.0
1 parent f92e2f6 commit 6559847

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Change Log
22
All notable changes to this project will be documented in this file. This change log follows the conventions of [keepachangelog.com](http://keepachangelog.com/).
33

4+
## [1.7.0]
5+
### Changed
6+
- Avoid `contains?` in `-contains-key?` ([#79](https://github.com/mfikes/cljs-bean/issues/79))
7+
48
## [1.6.0]
59
### Added
610
- Make JavaScript -> ClojureScript be user-hookable ([#67](https://github.com/mfikes/cljs-bean/issues/67))
@@ -84,6 +88,7 @@ All notable changes to this project will be documented in this file. This change
8488
### Added
8589
- Initial release.
8690

91+
[1.7.0]: https://github.com/mfikes/cljs-bean/compare/1.6.0...1.7.0
8792
[1.6.0]: https://github.com/mfikes/cljs-bean/compare/1.5.0...1.6.0
8893
[1.5.0]: https://github.com/mfikes/cljs-bean/compare/1.4.0...1.5.0
8994
[1.4.0]: https://github.com/mfikes/cljs-bean/compare/1.3.0...1.4.0

project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(defproject cljs-bean "1.6.0"
1+
(defproject cljs-bean "1.7.0"
22
:description "Clojure's bean function for ClojureScript"
33
:url "https://github.com/mfikes/cljs-bean"
44
:scm {:name "git" :url "https://github.com/mfikes/cljs-bean"}

0 commit comments

Comments
 (0)