@j-ulrich/release-it-regex-bumper 4.1.0 → 4.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -329,7 +329,7 @@ The template string also supports a set of placeholders:
329
329
  - `{{prerelease}}` is replaced by the prerelease part of the new version or an empty string if the version does not
330
330
  have a prerelease part.
331
331
  Since: 1.2.0
332
- - `{{prefixedPrerelease}}` is replaced by a dash ('-') followed by the prerelease part of the new version or and empty
332
+ - `{{prefixedPrerelease}}` is replaced by a dash ('-') followed by the prerelease part of the new version or an empty
333
333
  string if the version does not have a prerelease part.
334
334
  Since: 3.0.0
335
335
  - `{{build}}` is replaced by the build part of the new version or an empty string if the version does not have a
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@j-ulrich/release-it-regex-bumper",
3
- "version": "4.1.0",
3
+ "version": "4.1.1",
4
4
  "description": "Regular expression based version read/write plugin for release-it",
5
5
  "main": "index.js",
6
6
  "type": "module",