Skip to content

Commit

Permalink
chore(release): v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Actions committed Mar 14, 2024
1 parent 5aa3525 commit 36b8230
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 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.0.2

[compare changes](https://github.com/aklinker1/check/compare/v1.0.1...v1.0.2)

### 🩹 Fixes

- Debug commands and output ([5aa3525](https://github.com/aklinker1/check/commit/5aa3525))

### 🏡 Chore

- Remove email from changelogs ([5e754d7](https://github.com/aklinker1/check/commit/5e754d7))

## v1.0.1

[compare changes](https://github.com/aklinker1/check/compare/v1.0.0...v1.0.1)
Expand Down
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aklinker1/check",
"version": "1.0.1",
"version": "1.0.2",
"type": "module",
"exports": {
".": {
Expand Down Expand Up @@ -45,6 +45,8 @@
"declaration": true
},
"changelog": {
"excludeAuthors": ["aaronklinker1@gmail.com"]
"excludeAuthors": [
"aaronklinker1@gmail.com"
]
}
}

0 comments on commit 36b8230

Please sign in to comment.