release(rc): v0.1.1-rc.1

## [0.1.1-rc.1](https://git.ext.icikowski.pl/go/collections/compare/v0.1.0...v0.1.1-rc.1) (2023-11-04)

### Continuous Integrations

* **init:** add initial CI configuration ([adbb987](adbb987cbd))
This commit is contained in:
semantic-release-bot 2023-11-04 20:18:00 +00:00
parent 4350ce9f2b
commit 177b17985c
3 changed files with 9 additions and 3 deletions

6
CHANGELOG.md Normal file
View File

@ -0,0 +1,6 @@
## [0.1.1-rc.1](https://git.ext.icikowski.pl/go/collections/compare/v0.1.0...v0.1.1-rc.1) (2023-11-04)
### Continuous Integrations
* **init:** add initial CI configuration ([adbb987](https://git.ext.icikowski.pl/go/collections/commit/adbb987cbd01b21b4b09c7a75801d90f7941fbc7))

4
package-lock.json generated
View File

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

View File

@ -1,7 +1,7 @@
{
"private": true,
"name": "collections",
"version": "0.1.0",
"version": "0.1.1-rc.1",
"scripts": {
"release": "./node_modules/.bin/semantic-release"
},