Skip to content

Commit

Permalink
1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mfikes committed Jan 8, 2022
1 parent 232ab37 commit a291c82
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.8.0]
### Fixed
- Fix vector shapshot when adding non-primitives ([#87](https://github.com/mfikes/cljs-bean/issues/87))

Expand Down Expand Up @@ -92,7 +92,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.7.0...HEAD
[1.8.0]: https://github.com/mfikes/cljs-bean/compare/1.7.0...1.8.0
[1.7.0]: https://github.com/mfikes/cljs-bean/compare/1.6.0...1.7.0
[1.6.0]: https://github.com/mfikes/cljs-bean/compare/1.5.0...1.6.0
[1.5.0]: https://github.com/mfikes/cljs-bean/compare/1.4.0...1.5.0
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.7.0"
(defproject cljs-bean "1.8.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 a291c82

Please sign in to comment.