Skip to content

Commit a9fc2ed

Browse files
0.4.0
1 parent 724799b commit a9fc2ed

File tree

4 files changed

+17
-16
lines changed

4 files changed

+17
-16
lines changed

.changeset/bun-only.md

Lines changed: 0 additions & 12 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# gh-setup-git-identity
22

3+
## 0.4.0
4+
5+
### Minor Changes
6+
7+
- bda1ef5: Make project bun-first and bun-only
8+
9+
- Updated all shebangs from `#!/usr/bin/env node` to `#!/usr/bin/env bun`
10+
- Replaced npm commands with bun in package.json scripts
11+
- Updated README.md to recommend bun installation and usage
12+
- Modified GitHub Actions workflows to use bun instead of node
13+
- Changed package.json engines from node to bun
14+
- Simplified test matrix to only use bun (removed node and deno)
15+
316
## 0.3.1
417

518
### Patch Changes

package-lock.json

Lines changed: 3 additions & 3 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": "gh-setup-git-identity",
3-
"version": "0.3.1",
3+
"version": "0.4.0",
44
"description": "A tool to setup git identity based on current gh user",
55
"type": "module",
66
"main": "src/index.js",

0 commit comments

Comments
 (0)