Skip to content

Commit 5f2d4c6

Browse files
authored
1.1.0 (#50)
1 parent a036dad commit 5f2d4c6

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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-
## [Unreleased]
4+
## [1.1.0] - 2019-06-29
55
### Added
66
- Recursive beans ([#46](https://github.com/mfikes/cljs-bean/issues/46))
77
- Support for `IIterable` ([#32](https://github.com/mfikes/cljs-bean/issues/32))
@@ -53,7 +53,7 @@ All notable changes to this project will be documented in this file. This change
5353
### Added
5454
- Initial release.
5555

56-
[Unreleased]: https://github.com/mfikes/cljs-bean/compare/1.0.0...HEAD
56+
[1.1.0]: https://github.com/mfikes/cljs-bean/compare/1.0.0...HEAD
5757
[1.0.0]: https://github.com/mfikes/cljs-bean/compare/0.6.0...1.0.0
5858
[0.6.0]: https://github.com/mfikes/cljs-bean/compare/0.5.0...0.6.0
5959
[0.5.0]: https://github.com/mfikes/cljs-bean/compare/0.4.0...0.5.0

project.clj

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
(defproject cljs-bean "1.0.0"
1+
(defproject cljs-bean "1.1.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"}
5-
:license {:name "The MIT License"
6-
:url "http://opensource.org/licenses/MIT"}
5+
:license {:name "Eclipse Public License 1.0 (EPL-1.0)"
6+
:url "https://opensource.org/licenses/EPL-1.0"}
77
:dependencies [[org.clojure/clojurescript "1.10.520" :scope "provided"]])

0 commit comments

Comments
 (0)