Skip to content

Commit 75a2356

Browse files
github-actions[bot]hesreallyhim
authored andcommitted
chore(main): release 2.0.0
1 parent 10c7aab commit 75a2356

File tree

4 files changed

+15
-4
lines changed

4 files changed

+15
-4
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-
".": "1.2.0"
2+
".": "2.0.0"
33
}

CHANGELOG.md

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

3+
## [2.0.0](https://github.com/hesreallyhim/github-api-usage-monitor/compare/v1.2.0...v2.0.0) (2026-04-03)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* upgrade to node 24
9+
10+
### Miscellaneous Chores
11+
12+
* upgrade to node 24 ([10c7aab](https://github.com/hesreallyhim/github-api-usage-monitor/commit/10c7aab356907d8429a433cdd99ac4741e57ef23))
13+
314
## [1.2.0](https://github.com/hesreallyhim/github-api-usage-monitor/compare/v1.1.1...v1.2.0) (2026-04-02)
415

516

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "github-api-usage-monitor",
3-
"version": "1.2.0",
3+
"version": "2.0.0",
44
"type": "module",
55
"description": "Monitor GitHub API usage of a GitHub Action over the course of a job, with bucket-level reporting",
66
"main": "dist/main.js",

0 commit comments

Comments
 (0)