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

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 (3) hide show
  1. package/LICENSE +1 -1
  2. package/README.md +4 -4
  3. package/package.json +4 -4
package/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2020-2022 Jochen Ulrich
3
+ Copyright (c) 2020-2023 Jochen Ulrich
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
package/README.md CHANGED
@@ -19,8 +19,8 @@ below for details.
19
19
  # Installation #
20
20
 
21
21
  > ⚠️ **Note:**
22
- > Version 4 and later of release-it-regex-bumper require version 15 or later of release-it.
23
- > When you are using release-it version 14.x or earlier, then use release-it-regex-bumper version 3.x or earlier.
22
+ > Version 5 and later of release-it-regex-bumper require version 16 or later of release-it.
23
+ > When you are using release-it version 15.x or earlier, then use release-it-regex-bumper version 4.x or earlier.
24
24
 
25
25
  ```
26
26
  npm install --save-dev @j-ulrich/release-it-regex-bumper
@@ -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
@@ -437,6 +437,6 @@ npx release-it --no-plugins.@j-ulrich/release-it-regex-bumper.out
437
437
 
438
438
  # License #
439
439
 
440
- Copyright (c) 2020-2022 Jochen Ulrich
440
+ Copyright (c) 2020-2023 Jochen Ulrich
441
441
 
442
442
  Licensed under [MIT license](LICENSE).
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": "5.0.0",
4
4
  "description": "Regular expression based version read/write plugin for release-it",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -47,19 +47,19 @@
47
47
  "xregexp": "^5.0.0"
48
48
  },
49
49
  "peerDependencies": {
50
- "release-it": "15"
50
+ "release-it": "16"
51
51
  },
52
52
  "optionalDependencies": {
53
53
  "diff": "3 - 5"
54
54
  },
55
55
  "devDependencies": {
56
56
  "@j-ulrich/eslint-config": "^1.0.0",
57
- "@release-it/keep-a-changelog": "^3.0.0",
57
+ "@release-it/keep-a-changelog": "^4.0.0",
58
58
  "ava": "^4.0.1",
59
59
  "c8": "^7.3.0",
60
60
  "eslint": "^8.6.0",
61
61
  "eslint-plugin-security": "^1.4.0",
62
- "release-it": "^15.0.0",
62
+ "release-it": "^16.0.0",
63
63
  "sinon": "^13.0.2",
64
64
  "temp": "^0.9.4",
65
65
  "testdouble": "^3.16.4"