Skip to content

Commit

Permalink
chore: release 6.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Mar 20, 2024
1 parent 5598b4b commit d1280cd
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 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 @@
{
".": "6.0.2"
".": "6.0.3"
}
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [6.0.3](https://github.com/npm/cmd-shim/compare/v6.0.2...v6.0.3) (2024-03-20)

### Documentation

* [`5598b4b`](https://github.com/npm/cmd-shim/commit/5598b4b5d04d42201543dc67b459f0a7db78c211) [#137](https://github.com/npm/cmd-shim/pull/137) readme: fix broken badge URLs (#137) (@10xLaCroixDrinker)

### Chores

* [`d35a68e`](https://github.com/npm/cmd-shim/commit/d35a68e0f2b072fdccea390a13e74c917b206dc9) [#134](https://github.com/npm/cmd-shim/pull/134) postinstall for dependabot template-oss PR (@lukekarrys)
* [`53ceb1d`](https://github.com/npm/cmd-shim/commit/53ceb1d4a1b6412c0a2fa9fe00270f63ecca1398) [#134](https://github.com/npm/cmd-shim/pull/134) bump @npmcli/template-oss from 4.21.1 to 4.21.3 (@dependabot[bot])
* [`9bb555f`](https://github.com/npm/cmd-shim/commit/9bb555f9817beb68334415c58f3e60afb29fd4bd) [#131](https://github.com/npm/cmd-shim/pull/131) postinstall for dependabot template-oss PR (@lukekarrys)
* [`25f72be`](https://github.com/npm/cmd-shim/commit/25f72beb395f60fa21e08994df7a1734ad1774a4) [#131](https://github.com/npm/cmd-shim/pull/131) bump @npmcli/template-oss from 4.19.0 to 4.21.1 (@dependabot[bot])

## [6.0.2](https://github.com/npm/cmd-shim/compare/v6.0.1...v6.0.2) (2023-10-18)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cmd-shim",
"version": "6.0.2",
"version": "6.0.3",
"description": "Used in npm for command line application support",
"scripts": {
"test": "tap",
Expand Down

0 comments on commit d1280cd

Please sign in to comment.