chore(main): release 1.0.0

This commit is contained in:
github-actions[bot] 2023-01-05 10:37:46 +00:00 committed by GitHub
parent 886fab70b3
commit 5b2a43096f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 12 additions and 3 deletions

9
CHANGELOG.md Normal file
View file

@ -0,0 +1,9 @@
# Changelog
## 1.0.0 (2023-01-05)
### Features
* backport open prs ([886fab7](https://github.com/lampajr/backporting/commit/886fab70b3912216260141a7c647c39f41c136a9))
* rebasing ([886fab7](https://github.com/lampajr/backporting/commit/886fab70b3912216260141a7c647c39f41c136a9))

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{ {
"name": "@lampajr/bper", "name": "@lampajr/bper",
"version": "1.0.5", "version": "1.0.0",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "@lampajr/bper", "name": "@lampajr/bper",
"version": "1.0.5", "version": "1.0.0",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@actions/core": "^1.10.0", "@actions/core": "^1.10.0",

View file

@ -1,6 +1,6 @@
{ {
"name": "@lampajr/bper", "name": "@lampajr/bper",
"version": "1.0.5", "version": "1.0.0",
"description": "BPer is a tool to execute automatic git backporting.", "description": "BPer is a tool to execute automatic git backporting.",
"author": "", "author": "",
"license": "MIT", "license": "MIT",