Skip to content

Commit a291c82

Browse files
committed
1.8.0
1 parent 232ab37 commit a291c82

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.8.0]
55
### Fixed
66
- Fix vector shapshot when adding non-primitives ([#87](https://github.com/mfikes/cljs-bean/issues/87))
77

@@ -92,7 +92,7 @@ All notable changes to this project will be documented in this file. This change
9292
### Added
9393
- Initial release.
9494

95-
[Unreleased]: https://github.com/mfikes/cljs-bean/compare/1.7.0...HEAD
95+
[1.8.0]: https://github.com/mfikes/cljs-bean/compare/1.7.0...1.8.0
9696
[1.7.0]: https://github.com/mfikes/cljs-bean/compare/1.6.0...1.7.0
9797
[1.6.0]: https://github.com/mfikes/cljs-bean/compare/1.5.0...1.6.0
9898
[1.5.0]: https://github.com/mfikes/cljs-bean/compare/1.4.0...1.5.0

project.clj

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