Skip to content

Commit

Permalink
chore(release): v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Actions committed Apr 4, 2024
1 parent 78c3e14 commit 17d4789
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 4 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## v1.3.0

[compare changes](https://github.com/aklinker1/check/compare/v1.2.0...v1.3.0)

### 🚀 Enhancements

- Add custom `binDir` option ([#4](https://github.com/aklinker1/check/pull/4))

### 🏡 Chore

- Upgrade bun to 1.1, enable windows tests ([#5](https://github.com/aklinker1/check/pull/5))

## v1.2.0

[compare changes](https://github.com/aklinker1/check/compare/v1.1.1...v1.2.0)
Expand Down
12 changes: 8 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aklinker1/check",
"version": "1.2.0",
"version": "1.3.0",
"repository": {
"type": "git",
"url": "https://github.com/aklinker1/check"
Expand Down Expand Up @@ -28,7 +28,9 @@
},
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"files": ["dist"],
"files": [
"dist"
],
"bin": {
"check": "bin/check.mjs"
},
Expand Down Expand Up @@ -61,6 +63,8 @@
"declaration": true
},
"changelog": {
"excludeAuthors": ["aaronklinker1@gmail.com"]
"excludeAuthors": [
"aaronklinker1@gmail.com"
]
}
}
}

0 comments on commit 17d4789

Please sign in to comment.