# 1.0.0 (2020-04-11)
### Bug Fixes
* package.json & .snyk to reduce vulnerabilities ([067f0c3](https://github.com/jedmao/bem-join/commit/067f0c31fcd65a207f41edcd1b836d1dc7068c0a))
* package.json to reduce vulnerabilities ([deec501](https://github.com/jedmao/bem-join/commit/deec50143d6d2f2c22511745dcd7205446b8c476))
* package.json, package-lock.json & .snyk to reduce vulnerabilities ([0bf5985](https://github.com/jedmao/bem-join/commit/0bf5985ffebd6c82cf7aea5bac8064111c351bf6))
### Features
* export bemJoin function instead of default export ([7db2c5e](https://github.com/jedmao/bem-join/commit/7db2c5e44d3f19897b31152c68bd3977eeff1157))
### BREAKING CHANGES
* removed default export; use import { bemJoin } from 'bem-join';