# 1.0.4 (2019-03-26)
* Moved the JSDoc to .d.ts file due to being invisible in the index.js file.
* Updated the Typescript version from 3.7.2 to 3.8.3

# 1.0.3 (2019-03-26)
* Added the changelog file.
* Added JSDoc documentation.
* Synced the Readme file with the JSDoc.

# 1.0.2 (2020-03-22)
* **Breaking change**: if the upper bound and lower bound have the same value, no error is thrown and the class might be used, the range will behave as a point.

# 1.0.1 (2019-11-17)
* Bugfixes and several small changes.

# 1.0.0 (2019-11-17)
* Created the NPM package including the NumericRange class.
