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/**" + ] }