1
0
Fork 0

chore: Reconfigure packages

This commit is contained in:
Joost De Cock 2021-05-30 18:48:20 +02:00
parent 914f8a4d24
commit 74b61d1a93
194 changed files with 744 additions and 738 deletions

View file

@ -1,6 +1,13 @@
# Change log for: @freesewing/utils
## 2.16.1 (2021-05-30)
### Changed
- neckstimate now takes an extra `noRound` parameter to return the unrounded value
- measurementDiffers takes an extra `absolute` value that can be set to false to get the non-absolute and non-rounded value
## 2.13.1 (2021-02-14)
### Added

View file

@ -1,6 +1,6 @@
{
"name": "@freesewing/utils",
"version": "2.16.1-rc.1",
"version": "2.16.1",
"description": "A collection of utilities shared across freesewing projects",
"author": "Joost De Cock <joost@joost.at> (https://github.com/joostdecock)",
"homepage": "https://freesewing.org/",
@ -62,7 +62,7 @@
],
"publishConfig": {
"access": "public",
"tag": "next"
"tag": "latest"
},
"engines": {
"node": ">=12.0.0",