diff --git a/config/changelog.yaml b/config/changelog.yaml index 41ede01a66d..51130f2fbe1 100644 --- a/config/changelog.yaml +++ b/config/changelog.yaml @@ -1,5 +1,5 @@ 2.15.0: - date: unreleased + date: 2021-04-15 Added: bartack-plugin: @@ -8,6 +8,8 @@ - Added the path.bartack class charlie: - Inital release of the Charlie Chinos pattern + components: + - Added charlie LineDrawing core: - The part.getId() method now takes an optional prefix argument examples: @@ -22,6 +24,7 @@ - Added the crotchSeamCurveAngle option pattern-info: - Added Charlie + - Info now also contains deprecated status plugin-buttons: - Added the buttonhole-end snippet - Added the buttonhole-start snippet @@ -44,8 +47,10 @@ paco: - Extended range and inreased default of the healEase option - Added the (disabled) waistbandHeight option from Titan + - Changed to Titan's waistbandWidth option titan: - Crotch- and Cross seam have been redrawn using the new angle options + - Added waistbandWidth option Fixed: bella: diff --git a/config/templates/package.dflt.json b/config/templates/package.dflt.json index e51369cf419..4ef3548724e 100644 --- a/config/templates/package.dflt.json +++ b/config/templates/package.dflt.json @@ -22,7 +22,7 @@ "files": ["dist/*", "README.md", "package.json"], "publishConfig": { "access": "public", - "tag": "next" + "tag": "latest" }, "engines": { "node": ">=12.0.0",