Skip to content

Commit

Permalink
chore(main): release 1.0.6 (#35)
Browse files Browse the repository at this point in the history
* chore(main): release 1.0.6

* chore: update dist files

---------

Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
  • Loading branch information
release-please[bot] committed Aug 30, 2024
1 parent ab5a7c4 commit 0b4947e
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.0.5"
".": "1.0.6"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.0.6](https://github.com/parkerbxyz/suggest-changes/compare/v1.0.5...v1.0.6) (2024-08-30)


### Bug Fixes

* only select diff lines ([#34](https://github.com/parkerbxyz/suggest-changes/issues/34)) ([ab5a7c4](https://github.com/parkerbxyz/suggest-changes/commit/ab5a7c493c9cd0fd803fc03b7dbb0b46f0fac814))

## [1.0.5](https://github.com/parkerbxyz/suggest-changes/compare/v1.0.4...v1.0.5) (2024-06-27)


Expand Down
2 changes: 1 addition & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -53064,7 +53064,7 @@ const pullRequestFiles = (
).data.map((file) => file.filename)

// Get the diff between the head branch and the base branch (limit to the files in the pull request)
const diff = await (0,_actions_exec__WEBPACK_IMPORTED_MODULE_1__.getExecOutput)('git', ['diff', '--', ...pullRequestFiles], {
const diff = await (0,_actions_exec__WEBPACK_IMPORTED_MODULE_1__.getExecOutput)('git', ['diff', '--unified=0', '--', ...pullRequestFiles], {
silent: true,
})

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@
"main"
]
},
"version": "1.0.5"
"version": "1.0.6"
}

0 comments on commit 0b4947e

Please sign in to comment.