release(rc): v1.3.1-rc.11
All checks were successful
ci/woodpecker/push/release Pipeline was successful

## [1.3.1-rc.11](https://git.ext.icikowski.pl/go/kubeprobes/compare/v1.3.1-rc.10...v1.3.1-rc.11) (2024-05-27)

### Refactoring

* **formatting:** change line terminators from CRLF to LF ([ec44d7f](ec44d7f643))
This commit is contained in:
semantic-release-bot 2024-05-27 23:54:51 +00:00
parent ec44d7f643
commit e830e25560
3 changed files with 10 additions and 3 deletions

View File

@ -1,3 +1,10 @@
## [1.3.1-rc.11](https://git.ext.icikowski.pl/go/kubeprobes/compare/v1.3.1-rc.10...v1.3.1-rc.11) (2024-05-27)
### Refactoring
* **formatting:** change line terminators from CRLF to LF ([ec44d7f](https://git.ext.icikowski.pl/go/kubeprobes/commit/ec44d7f643e78cfb1e9724b36416458782a6c775))
## [1.3.1-rc.10](https://git.ext.icikowski.pl/go/kubeprobes/compare/v1.3.1-rc.9...v1.3.1-rc.10) (2024-05-27)

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "kubeprobes",
"version": "1.3.1-rc.10",
"version": "1.3.1-rc.11",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "kubeprobes",
"version": "1.3.1-rc.10",
"version": "1.3.1-rc.11",
"devDependencies": {
"@saithodev/semantic-release-gitea": "^2.1.0",
"@semantic-release/changelog": "^6.0.3",

View File

@ -1,7 +1,7 @@
{
"private": true,
"name": "kubeprobes",
"version": "1.3.1-rc.10",
"version": "1.3.1-rc.11",
"scripts": {
"release": "./node_modules/.bin/semantic-release"
},