Skip to content
This repository was archived by the owner on Jul 23, 2025. It is now read-only.

Commit 4917dea

Browse files
authored
chore(main): release 9.0.0
2 parents 5c8aa39 + 5f3f8fb commit 4917dea

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "8.0.0"
2+
".": "9.0.0"
33
}

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## [9.0.0](https://github.com/paambaati/codeclimate-action/compare/v8.0.0...v9.0.0) (2024-08-21)
4+
5+
6+
### Features
7+
8+
* **core:** add support for batch-size ([3c144ec](https://github.com/paambaati/codeclimate-action/commit/3c144ec8e4074dcc15884b780b4eed12d8ab0f3a))
9+
10+
### Miscellaneous Chores
11+
12+
* release 6.0.0 ([5c9d4de](https://github.com/paambaati/codeclimate-action/commit/5c9d4de11fe96247f3539e4e8c7cdd448b0c6dca))
13+
* release 7.0.0 ([bae515b](https://github.com/paambaati/codeclimate-action/commit/bae515b41c8a9de774d011c8796742112d8c903f))
14+
* release 8.0.0 ([26b2a65](https://github.com/paambaati/codeclimate-action/commit/26b2a652c38277ae8185d000fecbbbfe08e761a4))
15+
* release 9.0.0 ([d84270d](https://github.com/paambaati/codeclimate-action/commit/d84270d264e7c7176492228c88790bd551c6dfcf))
16+
317
## [8.0.0](https://github.com/paambaati/codeclimate-action/compare/v7.0.0...v8.0.0) (2024-06-12)
418

519

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "codeclimate-action",
3-
"version": "8.0.0",
3+
"version": "9.0.0",
44
"private": true,
55
"description": "Publish code coverage to Code Climate",
66
"type": "module",

0 commit comments

Comments
 (0)