Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
voxpelli committed Mar 11, 2021
1 parent 91dc31c commit a694a86
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
# Change Log

All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## 5.0.0-0 - 2021-03-11

* **Possibly breaking change:** The engine checks are now driven by `@voxpelli/semver-set` version `3.x`, which is rewritten from scratch, only keeping the tests and the exported API from before. This to fix the license of the project as the author of the original project never assigned a license to his code + it fixed a bug in the process.
* **Possibly breaking change:** As a result of new tests for edge cases, some alterations was made to what was warnings or notices as well as when errors was thrown. Thanks to tests this can now be guaranteed over time
* **Stability:** Added tests to ensure consistent functionality over time as well as in edge cases

## 4.0.0 - 2020-10-21

* **Breaking change:** Now requires at least Node.js 12.x (somewhat following the LTS of Node.js itself)
Expand Down

0 comments on commit a694a86

Please sign in to comment.