Skip to content

Commit d68dc97

Browse files
chore(main): release 0.3.0
* chore(main): release 0.3.0 * chore: license * chore(deps): bump wrangler --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Really Him <git-dev@hesreallyhim.com>
1 parent 9cc3ede commit d68dc97

4 files changed

Lines changed: 52 additions & 43 deletions

File tree

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

CHANGELOG.md

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

3+
## [0.3.0](https://github.com/reponomics/PolicyChecks/compare/v0.2.0...v0.3.0) (2026-06-04)
4+
5+
### Features
6+
7+
- update badge endpoints ([1a39949](https://github.com/reponomics/PolicyChecks/commit/1a39949ee468b7668b61b182a617537fe5e3af2e))
8+
39
## [0.2.0](https://github.com/reponomics/PolicyChecks/compare/v0.1.0...v0.2.0) (2026-06-02)
410

511
### Features

package-lock.json

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "policychecks",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"description": "A badge service for reporting selected GitHub repository administration settings from direct API evidence",
55
"private": true,
66
"type": "module",
@@ -54,6 +54,6 @@
5454
"tsx": "^4.22.4",
5555
"typescript": "^6.0.3",
5656
"vitest": "^4.1.8",
57-
"wrangler": "^4.97.0"
57+
"wrangler": "^4.98.0"
5858
}
5959
}

0 commit comments

Comments
 (0)