Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
1a80865
0.1.3-dev.0
Nov 13, 2025
4c61c67
Add trailing "TEST" line to README.md
Nov 13, 2025
e367b5a
Set package version to 0.1.3 in package.json (from 0.1.3-dev.0)
Nov 13, 2025
d81a8c7
Merge branch 'main' into working
Nov 13, 2025
335d616
0.1.4-dev.0
Nov 13, 2025
4862cba
Port tests from kodrdriv and fix imports
Nov 13, 2025
94b4eb4
Fix test expectations for template literal format changes
Nov 13, 2025
2e94af6
Release 0.1.4
Nov 13, 2025
6f448ba
Merge branch 'main' into working
Nov 13, 2025
40f39f8
0.1.5-dev.0
Nov 13, 2025
8a139a3
Fix character-by-character error logging in PR check failures
Nov 13, 2025
5d51cd7
Add Dependabot configuration file
Nov 22, 2025
e505242
Bump glob in the npm_and_yarn group across 1 directory
dependabot[bot] Nov 22, 2025
7f1e05a
Harden package outputs, add workflow config check, and stabilise PR c…
Nov 22, 2025
1aecebe
Bump @eldrforge/git-tools to latest minor
Nov 22, 2025
48492c5
Set release version to 0.1.5
Nov 22, 2025
419a611
Set release version in package-lock.json
Nov 22, 2025
1aaaf71
Merge branch 'main' into working
Nov 22, 2025
a0c8e14
0.1.6-dev.0
Nov 22, 2025
d119cdd
Merge pull request #4 from calenvarek/dependabot/npm_and_yarn/npm_and…
Nov 22, 2025
4eebbc8
Upgrade Vitest to v4 and align tests with mocking API
Nov 22, 2025
1483449
Lower branch coverage threshold in vitest.config.ts
Nov 22, 2025
20665d9
Bump package version in package.json from 0.1.6-dev.0 to 0.1.6
Nov 22, 2025
da45203
Merge branch 'main' into working
Nov 22, 2025
8d1adc4
0.1.7-dev.0
Nov 22, 2025
45f1420
Bump @eldrforge/git-tools from ^0.1.4 to ^0.1.5 in package.json
Nov 23, 2025
450cc88
Set package.json version to 0.1.7 (was 0.1.7-dev.0)
Nov 23, 2025
1304c5e
Merge branch 'main' into working
Nov 23, 2025
47ee813
0.1.8-dev.0
Nov 23, 2025
fa9dbc3
Streamline npm publish workflow configuration
Dec 12, 2025
b81a695
Update @eldrforge/git-tools to ^0.1.6 in package.json
Dec 12, 2025
0285fe2
Prepare release 0.1.8
Dec 12, 2025
9e4199b
Merge main into working for sync
Dec 12, 2025
f038d98
chore: update package-lock.json after merge
Dec 12, 2025
717dde2
0.1.9-dev.0
Dec 12, 2025
0dd98e1
Bump @eldrforge/git-tools dependency to patch release
Dec 12, 2025
ec673e1
Remove version field from package.json
Dec 12, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 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": "@eldrforge/github-tools",
"version": "0.1.8",
"version": "0.1.9",
"description": "GitHub API utilities for automation - PR management, issue tracking, workflow monitoring",
"main": "dist/index.js",
"type": "module",
Expand Down Expand Up @@ -41,7 +41,7 @@
"author": "Calen Varek <calenvarek@gmail.com>",
"license": "Apache-2.0",
"dependencies": {
"@eldrforge/git-tools": "^0.1.6",
"@eldrforge/git-tools": "^0.1.7",
"@octokit/rest": "^22.0.0"
},
"peerDependencies": {
Expand Down