Skip to content

Commit

Permalink
No need to refer exclude arrray (#65)
Browse files Browse the repository at this point in the history
Fixes #64
  • Loading branch information
mfikes committed Jul 3, 2019
1 parent cc0c517 commit 2af2a32
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
@@ -1,6 +1,10 @@
# 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/).

## [1.2.1] - 2019-07-02
### Fixed
- No need to refer exclude arrray ([#64](https://github.com/mfikes/cljs-bean/issues/64))

## [1.2.0] - 2019-07-02
### Changed
- Separate out copied code ([#53](https://github.com/mfikes/cljs-bean/issues/53))
Expand Down Expand Up @@ -63,6 +67,7 @@ All notable changes to this project will be documented in this file. This change
### Added
- Initial release.

[1.2.1]: https://github.com/mfikes/cljs-bean/compare/1.2.0...1.2.1
[1.2.0]: https://github.com/mfikes/cljs-bean/compare/1.1.0...1.2.0
[1.1.0]: https://github.com/mfikes/cljs-bean/compare/1.0.0...1.1.0
[1.0.0]: https://github.com/mfikes/cljs-bean/compare/0.6.0...1.0.0
Expand Down
1 change: 0 additions & 1 deletion src/cljs_bean/core.cljs
@@ -1,5 +1,4 @@
(ns cljs-bean.core
(:refer-clojure :exclude [array])
(:require
[cljs-bean.from.cljs.core :as core]
[goog.object :as gobj]))
Expand Down

0 comments on commit 2af2a32

Please sign in to comment.