Skip to content

Commit 98932b5

Browse files
chore: release 5.0.4 (#174)
🤖 I have created a release *beep* *boop* --- ## [5.0.4](v5.0.3...v5.0.4) (2023-12-19) ### Bug Fixes * [`c398872`](c398872) [#176](#176) lazy load of which module (#176) (@thecodrr) ### Chores * [`46192f5`](46192f5) [#175](#175) postinstall for dependabot template-oss PR (@lukekarrys) * [`51011f8`](51011f8) [#175](#175) bump @npmcli/template-oss from 4.21.1 to 4.21.3 (@dependabot[bot]) * [`8b1d897`](8b1d897) [#173](#173) postinstall for dependabot template-oss PR (@lukekarrys) * [`157ed48`](157ed48) [#173](#173) bump @npmcli/template-oss from 4.19.0 to 4.21.1 (@dependabot[bot]) * [`0d06a9f`](0d06a9f) [#154](#154) postinstall for dependabot template-oss PR (@lukekarrys) * [`b425d28`](b425d28) [#154](#154) bump @npmcli/template-oss from 4.18.1 to 4.19.0 (@dependabot[bot]) * [`ecc938a`](ecc938a) [#152](#152) postinstall for dependabot template-oss PR (@lukekarrys) * [`72430ad`](72430ad) [#152](#152) bump @npmcli/template-oss from 4.18.0 to 4.18.1 (@dependabot[bot]) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent c398872 commit 98932b5

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "5.0.3"
2+
".": "5.0.4"
33
}

CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Changelog
22

3+
## [5.0.4](https://github.com/npm/git/compare/v5.0.3...v5.0.4) (2023-12-19)
4+
5+
### Bug Fixes
6+
7+
* [`c398872`](https://github.com/npm/git/commit/c3988721734281bb793d85db3dcbe8cacae59961) [#176](https://github.com/npm/git/pull/176) lazy load of which module (#176) (@thecodrr)
8+
9+
### Chores
10+
11+
* [`46192f5`](https://github.com/npm/git/commit/46192f559efa8b9ee2eed2132b7e143c10af1d1d) [#175](https://github.com/npm/git/pull/175) postinstall for dependabot template-oss PR (@lukekarrys)
12+
* [`51011f8`](https://github.com/npm/git/commit/51011f8440b20a80502e35861e1adc5bdb33cdfc) [#175](https://github.com/npm/git/pull/175) bump @npmcli/template-oss from 4.21.1 to 4.21.3 (@dependabot[bot])
13+
* [`8b1d897`](https://github.com/npm/git/commit/8b1d8971c9ee58becdbc0c272fb257dd1b9899d5) [#173](https://github.com/npm/git/pull/173) postinstall for dependabot template-oss PR (@lukekarrys)
14+
* [`157ed48`](https://github.com/npm/git/commit/157ed4845c5f85af4a8a9a5fbed4b72c0bd4eca0) [#173](https://github.com/npm/git/pull/173) bump @npmcli/template-oss from 4.19.0 to 4.21.1 (@dependabot[bot])
15+
* [`0d06a9f`](https://github.com/npm/git/commit/0d06a9f92bd2382333943e1f764a118336399736) [#154](https://github.com/npm/git/pull/154) postinstall for dependabot template-oss PR (@lukekarrys)
16+
* [`b425d28`](https://github.com/npm/git/commit/b425d28218e6ceae4a81f371a8f651c1671b4259) [#154](https://github.com/npm/git/pull/154) bump @npmcli/template-oss from 4.18.1 to 4.19.0 (@dependabot[bot])
17+
* [`ecc938a`](https://github.com/npm/git/commit/ecc938aaf3923951813b13ef9665a9bdf55a9cab) [#152](https://github.com/npm/git/pull/152) postinstall for dependabot template-oss PR (@lukekarrys)
18+
* [`72430ad`](https://github.com/npm/git/commit/72430ad21e8b9e3dbbd0bb518d42a7bd6b26fed9) [#152](https://github.com/npm/git/pull/152) bump @npmcli/template-oss from 4.18.0 to 4.18.1 (@dependabot[bot])
19+
320
## [5.0.3](https://github.com/npm/git/compare/v5.0.2...v5.0.3) (2023-08-30)
421

522
### Dependencies

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@npmcli/git",
3-
"version": "5.0.3",
3+
"version": "5.0.4",
44
"main": "lib/index.js",
55
"files": [
66
"bin/",

0 commit comments

Comments
 (0)