Skip to content

Commit b38b0df

Browse files
committed
1.3.0
1 parent 0c57d61 commit b38b0df

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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.3.0]
55
### Fixed
66
- Can assoc map or vector while remaining a bean ([#68](https://github.com/mfikes/cljs-bean/issues/68))
77

@@ -72,7 +72,7 @@ All notable changes to this project will be documented in this file. This change
7272
### Added
7373
- Initial release.
7474

75-
[Unreleased]: https://github.com/mfikes/cljs-bean/compare/1.2.1...HEAD
75+
[1.3.0]: https://github.com/mfikes/cljs-bean/compare/1.2.1...1.3.0
7676
[1.2.1]: https://github.com/mfikes/cljs-bean/compare/1.2.0...1.2.1
7777
[1.2.0]: https://github.com/mfikes/cljs-bean/compare/1.1.0...1.2.0
7878
[1.1.0]: https://github.com/mfikes/cljs-bean/compare/1.0.0...1.1.0

project.clj

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