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 ed6713e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# CHANGELOG

## [next]
## [3.2.2]

* [examples] Run some linting on examples;
* [placeholder-plain] Fix ability to add a placeholder to a file that contains the "trailer" keyword in plain text.

## [3.2.1]
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 ed6713e

Please sign in to comment.