From 6559847a6575bbbf2982509bb23f4460a7d5f482 Mon Sep 17 00:00:00 2001 From: Mike Fikes Date: Sun, 25 Apr 2021 09:05:43 -0400 Subject: [PATCH] 1.7.0 --- CHANGELOG.md | 5 +++++ project.clj | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e3eaf0..8d4e54c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)) @@ -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 diff --git a/project.clj b/project.clj index 7543459..398adfe 100644 --- a/project.clj +++ b/project.clj @@ -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"}