diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e92077..3630f9e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,10 @@ As per semantic versioning ## [Unreleased] +## [0.3.0] - April 19, 2020 +- No longer running tests for node 8. + + ## [0.2.0] - April 18, 2020 - Removed `pipeEither` and `asyncPipeEither`. - Fixed `evalIteration` and `asyncEvalIteration` not always returning a an Either object. @@ -29,7 +33,8 @@ As per semantic versioning - Migrated the fp tools used in the [`ci-builder`](https://github.com/iOffice/ci-builder-eslib). -[Unreleased]: https://github.com/iOffice/fp-eslib/compare/0.2.0...HEAD +[Unreleased]: https://github.com/iOffice/fp-eslib/compare/0.3.0...HEAD +[0.3.0]: https://github.com/iOffice/fp-eslib/compare/0.2.0...0.3.0 [0.2.0]: https://github.com/iOffice/fp-eslib/compare/0.1.0...0.2.0 [0.1.0]: https://github.com/iOffice/fp-eslib/compare/0.0.1...0.1.0 [0.0.1]: https://github.com/iOffice/fp-eslib/compare/7270ffed28016080f8bdecef9d29e059a6c3598a...0.0.1 diff --git a/package.json b/package.json index 2458370..2eae8af 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ioffice/fp", - "version": "0.2.0", + "version": "0.3.0", "description": "", "author": "iOFFICE Team", "license": "MIT",