Skip to content

Commit

Permalink
🔖 Prepare to release 3.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Valeri Buchinski committed Feb 23, 2024
1 parent 615e6b0 commit ebbdd65
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
8 changes: 7 additions & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -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/**"
]
}

0 comments on commit ebbdd65

Please sign in to comment.