From ebbdd6529023fe8f3b5cf5874db3b4949b8da302 Mon Sep 17 00:00:00 2001 From: Valeri Buchinski Date: Fri, 23 Feb 2024 10:28:44 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20Prepare=20to=20release=203.2.3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 7 ++++++- lerna.json | 8 +++++++- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7db4e1fb..6791f310 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,14 @@ # CHANGELOG -## [next] +## [3.2.3] +* [examples] Run linting on examples; * [placeholder-plain] Fix ability to add a placeholder to a file that contains the "trailer" keyword in plain text. +## [3.2.2] + +* Zero-change version. Lerna versioning was messed up with `lerna publish from-package`. + ## [3.2.1] * [signer-p12] Fixed JSDoc on the sign() method. diff --git a/lerna.json b/lerna.json index 60f82c4a..bb184d45 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,11 @@ { "$schema": "node_modules/lerna/schemas/lerna-schema.json", "version": "3.2.2", - "npmClient": "yarn" + "npmClient": "yarn", + "ignoreChanges": [ + "*.md", + "**/*.md", + "**/CHANGELOG.md", + "**/node_modules/**" + ] }