# [2.0.0](https://github.com/traverson/halfred/compare/v1.1.1...v2.0.0) (2020-06-07)


### Continuous Integration

* **node-versions:** updated tested node versions to match currently supported LTS versions ([1fcb3fb](https://github.com/traverson/halfred/commit/1fcb3fb12c915f6b420ec9eb090cc30634c80737))


### BREAKING CHANGES

* **node-versions:** dropped support for node versions that have reached EOL

## [1.1.1](https://github.com/traverson/halfred/compare/v1.1.0...v1.1.1) (2018-09-23)


### Bug Fixes

* **readme:** made a meaningless change to trigger a release ([1828b54](https://github.com/traverson/halfred/commit/1828b54))

Release Notes
-------------
* 0.1.0 2013-11-21: Initial release
* 0.1.1 2013-11-21: Leave source object untouched while parsing
* 0.2.0 2013-11-22: Make the source object of a parsed resource available (useful for embedded resources)
* 0.3.0 2014-06-27: Parse curies
* 0.4.0 2014-12-05: Check if link object is an actual object or a primitive
* 1.0.0 2015-05-21: Export Resource object for extension (thanks to @joshuajabbour)
* 1.1.0 2018-09-09: Add 'injectLogger' function
