Changelog for version bump

This commit is contained in:
Alexander Cerutti
2022-02-22 23:07:39 +01:00
parent cd35a6c61b
commit 213b5ae2a3

View File

@@ -3,6 +3,10 @@
Since every new minor, major or patch version is pushed in the repository with the npm autogenerated commit for version update, a history become needed.
The lists won't include the npm autogenerated commit.
## 3.1.5 - 22 Feb 2022
Fixed FieldsArray order when pushing or unshifting fields in `headerFields`, `primaryFields`, `secondaryFields`, `auxiliaryFields` and `backFields` (PR #104)
## 3.1.4 - 07 Feb 2022
Fixed Schema validation for browser-like contexts like Cloudflare Workers (PR #100);