Skip to content

Commit cc0c517

Browse files
committed
1.2.0
1 parent 9edab63 commit cc0c517

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.md

+3-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.2.0] - 2019-07-02
55
### Changed
66
- Separate out copied code ([#53](https://github.com/mfikes/cljs-bean/issues/53))
77
- Simplify unwrapping code ([#59](https://github.com/mfikes/cljs-bean/issues/59))
@@ -63,7 +63,8 @@ All notable changes to this project will be documented in this file. This change
6363
### Added
6464
- Initial release.
6565

66-
[1.1.0]: https://github.com/mfikes/cljs-bean/compare/1.0.0...HEAD
66+
[1.2.0]: https://github.com/mfikes/cljs-bean/compare/1.1.0...1.2.0
67+
[1.1.0]: https://github.com/mfikes/cljs-bean/compare/1.0.0...1.1.0
6768
[1.0.0]: https://github.com/mfikes/cljs-bean/compare/0.6.0...1.0.0
6869
[0.6.0]: https://github.com/mfikes/cljs-bean/compare/0.5.0...0.6.0
6970
[0.5.0]: https://github.com/mfikes/cljs-bean/compare/0.4.0...0.5.0

project.clj

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(defproject cljs-bean "1.1.0"
1+
(defproject cljs-bean "1.2.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)