Skip to content

Commit

Permalink
chore(release): 3.3.0 [skip ci]
Browse files Browse the repository at this point in the history
# [3.3.0](v3.2.0...v3.3.0) (2020-04-15)

### Bug Fixes

* drop old comment and notifyProp prop, rename visibility fixture ([111e122](111e122))
* **test:** reuse need-request tests logic, fix false passes, speed up ([05d4662](05d4662))
* _getInstance and selectedInstance old logic ([c2908eb](c2908eb))
* reuse getItems, setupFixture, add tests, add bug tests ([6bf06a9](6bf06a9))
* **test:** add test for [#117](#117) ([c251fbc](c251fbc))
* **test:** port spec tests to karma ([2f92a9f](2f92a9f))
* **test:** reuse more logic ([5688863](5688863))
* repo upgrade ([174cdd4](174cdd4))
* reuse code to avoid duplication (code climate) ([0f6f38d](0f6f38d))
* update demo, add (now working?) spec test ([59c269e](59c269e))

### Features

* configurable data request parallelization ([13a284a](13a284a))
  • Loading branch information
semantic-release-bot committed Apr 15, 2020
1 parent 111e122 commit b2f68b7
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 2 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
# [3.3.0](https://github.com/neovici/cosmoz-data-nav/compare/v3.2.0...v3.3.0) (2020-04-15)


### Bug Fixes

* drop old comment and notifyProp prop, rename visibility fixture ([111e122](https://github.com/neovici/cosmoz-data-nav/commit/111e1228a2ad0b706ddd2fd4a95a7f7553111d03))
* **test:** reuse need-request tests logic, fix false passes, speed up ([05d4662](https://github.com/neovici/cosmoz-data-nav/commit/05d4662028a7c1dbd795bdca044c37a453111e6a))
* _getInstance and selectedInstance old logic ([c2908eb](https://github.com/neovici/cosmoz-data-nav/commit/c2908eb4d6f726d4ae1eb3c3dc45865964b917a3))
* reuse getItems, setupFixture, add tests, add bug tests ([6bf06a9](https://github.com/neovici/cosmoz-data-nav/commit/6bf06a97152a75ec7346458e2e1abb91384fb9c9))
* **test:** add test for [#117](https://github.com/neovici/cosmoz-data-nav/issues/117) ([c251fbc](https://github.com/neovici/cosmoz-data-nav/commit/c251fbcd76f6150ba9477fe43a56a850eec9ad3b))
* **test:** port spec tests to karma ([2f92a9f](https://github.com/neovici/cosmoz-data-nav/commit/2f92a9f142fa7097d11133c9368f2ac303a89462))
* **test:** reuse more logic ([5688863](https://github.com/neovici/cosmoz-data-nav/commit/568886378821969b2b7e6ea4f89375efe95e0315))
* repo upgrade ([174cdd4](https://github.com/neovici/cosmoz-data-nav/commit/174cdd43bc8022d5cded2ddc019f0b011d1fe400))
* reuse code to avoid duplication (code climate) ([0f6f38d](https://github.com/neovici/cosmoz-data-nav/commit/0f6f38d0b11249e86d6faaff7b5b22d30b57bb31))
* update demo, add (now working?) spec test ([59c269e](https://github.com/neovici/cosmoz-data-nav/commit/59c269e382dc8392e2a5ec655c97eb780fbd9735))


### Features

* configurable data request parallelization ([13a284a](https://github.com/neovici/cosmoz-data-nav/commit/13a284a1d8eb26983b56a9b51b4e40f1fefaed69))

# [3.2.0](https://github.com/neovici/cosmoz-data-nav/compare/v3.1.0...v3.2.0) (2020-03-17)


Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@neovici/cosmoz-data-nav",
"version": "3.2.0",
"version": "3.3.0",
"description": "[![Build Status](https://travis-ci.org/Neovici/cosmoz-data-nav.svg?branch=master)](https://travis-ci.org/Neovici/cosmoz-data-nav)",
"keywords": [
"polymer",
Expand Down

0 comments on commit b2f68b7

Please sign in to comment.