Skip to content

Commit

Permalink
1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mfikes committed Sep 27, 2019
1 parent 79e1aba commit 8df1a15
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# 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/).

## [Unreleased]
## [1.5.0]
### Changed
- Add fast paths for primitive values ([#73](https://github.com/mfikes/cljs-bean/issues/73))

Expand Down Expand Up @@ -80,7 +80,7 @@ All notable changes to this project will be documented in this file. This change
### Added
- Initial release.

[Unreleased]: https://github.com/mfikes/cljs-bean/compare/1.4.0...HEAD
[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
[1.3.0]: https://github.com/mfikes/cljs-bean/compare/1.2.1...1.3.0
[1.2.1]: https://github.com/mfikes/cljs-bean/compare/1.2.0...1.2.1
Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject cljs-bean "1.4.0"
(defproject cljs-bean "1.5.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"}
Expand Down

0 comments on commit 8df1a15

Please sign in to comment.