diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..52b42de --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,20 @@ +# Changelog + +All notable changes to this project will be documented in this file. +See [our coding standards][commit-messages] for commit guidelines. + +## [0.3.0](https://github.com/silvermine/toolbox/compare/v0.2.0...v0.3.0) (2024-05-06) + + +### Features + +* add partial replacement of _.pick ([c7d143e](https://github.com/silvermine/toolbox/commit/c7d143e05867d2785de60ca4141aefb62361ac35)) +* add replacement of _.uniq ([#23](https://github.com/silvermine/toolbox/issues/23)) ([4ece381](https://github.com/silvermine/toolbox/commit/4ece3819757dd2dbb354ad42bb496844a9cda67a)) +* add StrictUnion ([22080e1](https://github.com/silvermine/toolbox/commit/22080e1b590b8c5ace25f544366a0807b355a27e)) + +### Other + +* config: allow tslib 2.x as peer dep ([6320e11](https://github.com/silvermine/toolbox/commit/6320e11110deeb66008a58b0090e8dde6214cc11)) + + +[commit-messages]: https://github.com/silvermine/silvermine-info/blob/master/commit-history.md#commit-messages