Skip to content

Commit

Permalink
chore(release): 1.2.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.2.0](v1.1.0...v1.2.0) (2024-12-10)

### Bug Fixes

* Github token ([6d89144](6d89144))
* workflow file was not in the right place to be triggered ([a60b075](a60b075))

### Features

* Add semantic-release ([b6345af](b6345af))
  • Loading branch information
semantic-release-bot committed Dec 10, 2024
1 parent 6d89144 commit e7f1192
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 4 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# [1.2.0](https://github.com/kuzzleio/paas-action/compare/v1.1.0...v1.2.0) (2024-12-10)


### Bug Fixes

* Github token ([6d89144](https://github.com/kuzzleio/paas-action/commit/6d8914457df9227074fda09d42a7d01c6a1e7d9e))
* workflow file was not in the right place to be triggered ([a60b075](https://github.com/kuzzleio/paas-action/commit/a60b075b61cc50ad665f90fd736fdfef3a840a2f))


### Features

* Add semantic-release ([b6345af](https://github.com/kuzzleio/paas-action/commit/b6345aff46c6ccb92cb763fb39b1f71de7468c25))
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "paas-action",
"version": "1.1.0",
"version": "1.2.0",
"description": "",
"main": "dist/index.js",
"type": "module",
Expand Down Expand Up @@ -30,4 +30,4 @@
"@semantic-release/git": "^10.0.1",
"@semantic-release/release-notes-generator": "^14.0.1"
}
}
}

0 comments on commit e7f1192

Please sign in to comment.