@blex41/word-search
Version:
Word search puzzle generator
49 lines (25 loc) • 1.41 kB
Markdown
# [1.1.0](https://github.com/blex41/word-search/compare/v1.0.11...v1.1.0) (2019-01-18)
### Features
* make NodeJS bundle work in IE ([#8](https://github.com/blex41/word-search/issues/8)) ([2aedb20](https://github.com/blex41/word-search/commit/2aedb20))
## [1.0.11](https://github.com/blex41/word-search/compare/v1.0.10...v1.0.11) (2019-01-14)
### Bug Fixes
- add jsdoc (devDep) and move eslint (dep -> devDep) ([#7](https://github.com/blex41/word-search/issues/7)) ([823240d](https://github.com/blex41/word-search/commit/823240d))
## [1.0.10](https://github.com/blex41/word-search/compare/1.0.4...v1.0.10) (2019-01-12)
### Features
- chore: change scope files for a lighter npm package
- test: add a test watch command
- chore: separate browser and node builds
### Bug Fixes
- fix: remove dist folder from git
## [1.0.4](https://github.com/blex41/word-search/compare/1.0.3...1.0.4) (2018-12-09)
### Bug Fixes
- fix: edit README.md
## [1.0.3](https://github.com/blex41/word-search/compare/1.0.2...1.0.3) (2018-12-09)
### Bug Fixes
- fix: instances had a reference to the same object, causing a bug
## [1.0.2](https://github.com/blex41/word-search/compare/1.0.0...1.0.2) (2018-12-09)
### Bug Fixes
- fix: sort added words
## [1.0.0](https://github.com/blex41/word-search/releases/tag/1.0.0) (2018-12-09)
### Bug Fixes
- fix: update README.md