Skip to content

Commit 8ff9c58

Browse files
chore(release): 1.0.6 [skip ci]
## [1.0.6](v1.0.5...v1.0.6) (2025-10-30) ### Bug Fixes * **deps:** update dependencies and node engine version ([bf2002c](bf2002c))
1 parent bf2002c commit 8ff9c58

File tree

8 files changed

+29
-22
lines changed

8 files changed

+29
-22
lines changed

HISTORY.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.0.6](https://github.com/centralnicgroup-opensource/rtldev-middleware-semantic-release-replace-plugin/compare/v1.0.5...v1.0.6) (2025-10-30)
2+
3+
4+
### Bug Fixes
5+
6+
* **deps:** update dependencies and node engine version ([bf2002c](https://github.com/centralnicgroup-opensource/rtldev-middleware-semantic-release-replace-plugin/commit/bf2002c6e8e79110f88c009ee5c1e8d96f20a0b2))
7+
18
## [1.0.5](https://github.com/centralnicgroup-opensource/rtldev-middleware-semantic-release-replace-plugin/compare/v1.0.4...v1.0.5) (2025-02-18)
29

310

docs/functions/prepare.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
> **prepare**(`PluginConfig`, `context`): `Promise`\<`void`\>
1010
11-
Defined in: [index.ts:314](https://github.com/centralnicgroup-opensource/rtldev-middleware-semantic-release-replace-plugin/blob/1cd9b4e3f4e3e5f58ecf23af95ef0b989d354aee/src/index.ts#L314)
11+
Defined in: [index.ts:314](https://github.com/centralnicgroup-opensource/rtldev-middleware-semantic-release-replace-plugin/blob/bf2002c6e8e79110f88c009ee5c1e8d96f20a0b2/src/index.ts#L314)
1212

1313
## Parameters
1414

docs/interfaces/PluginConfig.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
# Interface: PluginConfig
88

9-
Defined in: [index.ts:111](https://github.com/centralnicgroup-opensource/rtldev-middleware-semantic-release-replace-plugin/blob/1cd9b4e3f4e3e5f58ecf23af95ef0b989d354aee/src/index.ts#L111)
9+
Defined in: [index.ts:111](https://github.com/centralnicgroup-opensource/rtldev-middleware-semantic-release-replace-plugin/blob/bf2002c6e8e79110f88c009ee5c1e8d96f20a0b2/src/index.ts#L111)
1010

1111
PluginConfig is used to provide multiple replacement.
1212

@@ -40,6 +40,6 @@ PluginConfig is used to provide multiple replacement.
4040

4141
> **replacements**: [`Replacement`](Replacement.md)[]
4242
43-
Defined in: [index.ts:113](https://github.com/centralnicgroup-opensource/rtldev-middleware-semantic-release-replace-plugin/blob/1cd9b4e3f4e3e5f58ecf23af95ef0b989d354aee/src/index.ts#L113)
43+
Defined in: [index.ts:113](https://github.com/centralnicgroup-opensource/rtldev-middleware-semantic-release-replace-plugin/blob/bf2002c6e8e79110f88c009ee5c1e8d96f20a0b2/src/index.ts#L113)
4444

4545
An array of replacements to be made.

docs/interfaces/Replacement.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
# Interface: Replacement
88

9-
Defined in: [index.ts:19](https://github.com/centralnicgroup-opensource/rtldev-middleware-semantic-release-replace-plugin/blob/1cd9b4e3f4e3e5f58ecf23af95ef0b989d354aee/src/index.ts#L19)
9+
Defined in: [index.ts:19](https://github.com/centralnicgroup-opensource/rtldev-middleware-semantic-release-replace-plugin/blob/bf2002c6e8e79110f88c009ee5c1e8d96f20a0b2/src/index.ts#L19)
1010

1111
Replacement is similar to the interface used by https://www.npmjs.com/package/replace-in-file
1212
with the difference being the single string for `to` and `from`.
@@ -17,47 +17,47 @@ with the difference being the single string for `to` and `from`.
1717

1818
> `optional` **allowEmptyPaths**: `boolean`
1919
20-
Defined in: [index.ts:68](https://github.com/centralnicgroup-opensource/rtldev-middleware-semantic-release-replace-plugin/blob/1cd9b4e3f4e3e5f58ecf23af95ef0b989d354aee/src/index.ts#L68)
20+
Defined in: [index.ts:68](https://github.com/centralnicgroup-opensource/rtldev-middleware-semantic-release-replace-plugin/blob/bf2002c6e8e79110f88c009ee5c1e8d96f20a0b2/src/index.ts#L68)
2121

2222
***
2323

2424
### countMatches?
2525

2626
> `optional` **countMatches**: `boolean`
2727
28-
Defined in: [index.ts:69](https://github.com/centralnicgroup-opensource/rtldev-middleware-semantic-release-replace-plugin/blob/1cd9b4e3f4e3e5f58ecf23af95ef0b989d354aee/src/index.ts#L69)
28+
Defined in: [index.ts:69](https://github.com/centralnicgroup-opensource/rtldev-middleware-semantic-release-replace-plugin/blob/bf2002c6e8e79110f88c009ee5c1e8d96f20a0b2/src/index.ts#L69)
2929

3030
***
3131

3232
### disableGlobs?
3333

3434
> `optional` **disableGlobs**: `boolean`
3535
36-
Defined in: [index.ts:70](https://github.com/centralnicgroup-opensource/rtldev-middleware-semantic-release-replace-plugin/blob/1cd9b4e3f4e3e5f58ecf23af95ef0b989d354aee/src/index.ts#L70)
36+
Defined in: [index.ts:70](https://github.com/centralnicgroup-opensource/rtldev-middleware-semantic-release-replace-plugin/blob/bf2002c6e8e79110f88c009ee5c1e8d96f20a0b2/src/index.ts#L70)
3737

3838
***
3939

4040
### dry?
4141

4242
> `optional` **dry**: `boolean`
4343
44-
Defined in: [index.ts:72](https://github.com/centralnicgroup-opensource/rtldev-middleware-semantic-release-replace-plugin/blob/1cd9b4e3f4e3e5f58ecf23af95ef0b989d354aee/src/index.ts#L72)
44+
Defined in: [index.ts:72](https://github.com/centralnicgroup-opensource/rtldev-middleware-semantic-release-replace-plugin/blob/bf2002c6e8e79110f88c009ee5c1e8d96f20a0b2/src/index.ts#L72)
4545

4646
***
4747

4848
### encoding?
4949

5050
> `optional` **encoding**: `string`
5151
52-
Defined in: [index.ts:71](https://github.com/centralnicgroup-opensource/rtldev-middleware-semantic-release-replace-plugin/blob/1cd9b4e3f4e3e5f58ecf23af95ef0b989d354aee/src/index.ts#L71)
52+
Defined in: [index.ts:71](https://github.com/centralnicgroup-opensource/rtldev-middleware-semantic-release-replace-plugin/blob/bf2002c6e8e79110f88c009ee5c1e8d96f20a0b2/src/index.ts#L71)
5353

5454
***
5555

5656
### files
5757

5858
> **files**: `string`[]
5959
60-
Defined in: [index.ts:23](https://github.com/centralnicgroup-opensource/rtldev-middleware-semantic-release-replace-plugin/blob/1cd9b4e3f4e3e5f58ecf23af95ef0b989d354aee/src/index.ts#L23)
60+
Defined in: [index.ts:23](https://github.com/centralnicgroup-opensource/rtldev-middleware-semantic-release-replace-plugin/blob/bf2002c6e8e79110f88c009ee5c1e8d96f20a0b2/src/index.ts#L23)
6161

6262
files to search for replacements
6363

@@ -67,7 +67,7 @@ files to search for replacements
6767

6868
> **from**: [`From`](../type-aliases/From.md) \| [`From`](../type-aliases/From.md)[]
6969
70-
Defined in: [index.ts:39](https://github.com/centralnicgroup-opensource/rtldev-middleware-semantic-release-replace-plugin/blob/1cd9b4e3f4e3e5f58ecf23af95ef0b989d354aee/src/index.ts#L39)
70+
Defined in: [index.ts:39](https://github.com/centralnicgroup-opensource/rtldev-middleware-semantic-release-replace-plugin/blob/bf2002c6e8e79110f88c009ee5c1e8d96f20a0b2/src/index.ts#L39)
7171

7272
The RegExp pattern to use to match.
7373

@@ -89,15 +89,15 @@ conversion rules as mentioned above.
8989

9090
> `optional` **ignore**: `string`[]
9191
92-
Defined in: [index.ts:67](https://github.com/centralnicgroup-opensource/rtldev-middleware-semantic-release-replace-plugin/blob/1cd9b4e3f4e3e5f58ecf23af95ef0b989d354aee/src/index.ts#L67)
92+
Defined in: [index.ts:67](https://github.com/centralnicgroup-opensource/rtldev-middleware-semantic-release-replace-plugin/blob/bf2002c6e8e79110f88c009ee5c1e8d96f20a0b2/src/index.ts#L67)
9393

9494
***
9595

9696
### results?
9797

9898
> `optional` **results**: `object`[]
9999
100-
Defined in: [index.ts:77](https://github.com/centralnicgroup-opensource/rtldev-middleware-semantic-release-replace-plugin/blob/1cd9b4e3f4e3e5f58ecf23af95ef0b989d354aee/src/index.ts#L77)
100+
Defined in: [index.ts:77](https://github.com/centralnicgroup-opensource/rtldev-middleware-semantic-release-replace-plugin/blob/bf2002c6e8e79110f88c009ee5c1e8d96f20a0b2/src/index.ts#L77)
101101

102102
The results array can be passed to ensure that the expected replacements
103103
have been made, and if not, throw and exception with the diff.
@@ -124,7 +124,7 @@ have been made, and if not, throw and exception with the diff.
124124

125125
> **to**: [`To`](../type-aliases/To.md) \| [`To`](../type-aliases/To.md)[]
126126
127-
Defined in: [index.ts:66](https://github.com/centralnicgroup-opensource/rtldev-middleware-semantic-release-replace-plugin/blob/1cd9b4e3f4e3e5f58ecf23af95ef0b989d354aee/src/index.ts#L66)
127+
Defined in: [index.ts:66](https://github.com/centralnicgroup-opensource/rtldev-middleware-semantic-release-replace-plugin/blob/bf2002c6e8e79110f88c009ee5c1e8d96f20a0b2/src/index.ts#L66)
128128

129129
The replacement value using a template of variables.
130130

docs/type-aliases/From.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66

77
# Type Alias: From
88

9-
> **From**: [`FromCallback`](FromCallback.md) \| `RegExp` \| `string`
9+
> **From** = [`FromCallback`](FromCallback.md) \| `RegExp` \| `string`
1010
11-
Defined in: [index.ts:7](https://github.com/centralnicgroup-opensource/rtldev-middleware-semantic-release-replace-plugin/blob/1cd9b4e3f4e3e5f58ecf23af95ef0b989d354aee/src/index.ts#L7)
11+
Defined in: [index.ts:7](https://github.com/centralnicgroup-opensource/rtldev-middleware-semantic-release-replace-plugin/blob/bf2002c6e8e79110f88c009ee5c1e8d96f20a0b2/src/index.ts#L7)

docs/type-aliases/FromCallback.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66

77
# Type Alias: FromCallback()
88

9-
> **FromCallback**: (`filename`, ...`args`) => `RegExp` \| `string`
9+
> **FromCallback** = (`filename`, ...`args`) => `RegExp` \| `string`
1010
11-
Defined in: [index.ts:8](https://github.com/centralnicgroup-opensource/rtldev-middleware-semantic-release-replace-plugin/blob/1cd9b4e3f4e3e5f58ecf23af95ef0b989d354aee/src/index.ts#L8)
11+
Defined in: [index.ts:8](https://github.com/centralnicgroup-opensource/rtldev-middleware-semantic-release-replace-plugin/blob/bf2002c6e8e79110f88c009ee5c1e8d96f20a0b2/src/index.ts#L8)
1212

1313
## Parameters
1414

docs/type-aliases/To.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66

77
# Type Alias: To
88

9-
> **To**: `string` \| [`ToCallback`](ToCallback.md)
9+
> **To** = `string` \| [`ToCallback`](ToCallback.md)
1010
11-
Defined in: [index.ts:12](https://github.com/centralnicgroup-opensource/rtldev-middleware-semantic-release-replace-plugin/blob/1cd9b4e3f4e3e5f58ecf23af95ef0b989d354aee/src/index.ts#L12)
11+
Defined in: [index.ts:12](https://github.com/centralnicgroup-opensource/rtldev-middleware-semantic-release-replace-plugin/blob/bf2002c6e8e79110f88c009ee5c1e8d96f20a0b2/src/index.ts#L12)

docs/type-aliases/ToCallback.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66

77
# Type Alias: ToCallback()
88

9-
> **ToCallback**: (`match`, ...`args`) => `string`
9+
> **ToCallback** = (`match`, ...`args`) => `string`
1010
11-
Defined in: [index.ts:13](https://github.com/centralnicgroup-opensource/rtldev-middleware-semantic-release-replace-plugin/blob/1cd9b4e3f4e3e5f58ecf23af95ef0b989d354aee/src/index.ts#L13)
11+
Defined in: [index.ts:13](https://github.com/centralnicgroup-opensource/rtldev-middleware-semantic-release-replace-plugin/blob/bf2002c6e8e79110f88c009ee5c1e8d96f20a0b2/src/index.ts#L13)
1212

1313
## Parameters
1414

0 commit comments

Comments
 (0)