Skip to content

Commit

Permalink
chore(main): release 3.0.1 (#65)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed Apr 5, 2022
1 parent d8f4488 commit 1e1dbd2
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

### [3.0.1](https://github.com/npm/git/compare/v3.0.0...v3.0.1) (2022-04-05)


### Bug Fixes

* replace deprecated String.prototype.substr() ([#68](https://github.com/npm/git/issues/68)) ([b146f20](https://github.com/npm/git/commit/b146f202c7e4be3d9ee456dee00fdcf879ce2362))


### Dependencies

* bump @npmcli/promise-spawn from 1.3.2 to 3.0.0 ([#69](https://github.com/npm/git/issues/69)) ([d8f4488](https://github.com/npm/git/commit/d8f44887166a74b8d54b44f5c0a5062b302517af))
* update lru-cache requirement from ^7.3.1 to ^7.4.0 ([#50](https://github.com/npm/git/issues/50)) ([3beb9a2](https://github.com/npm/git/commit/3beb9a29d0aff7264a8a8a3073648b10cacff97c))
* update lru-cache requirement from ^7.4.0 to ^7.4.1 ([#55](https://github.com/npm/git/issues/55)) ([17c1e8a](https://github.com/npm/git/commit/17c1e8aff482cd77470bb9abec1b165d3ee6f9b0))
* update lru-cache requirement from ^7.4.1 to ^7.4.2 ([#56](https://github.com/npm/git/issues/56)) ([eeb67f4](https://github.com/npm/git/commit/eeb67f44eb777c1f917fb12241ee360478dd12de))
* update lru-cache requirement from ^7.4.2 to ^7.4.4 ([#57](https://github.com/npm/git/issues/57)) ([24dff2f](https://github.com/npm/git/commit/24dff2f0f46e3e1844a8824403acb0061b61b8ca))

## [3.0.0](https://www.github.com/npm/git/compare/v2.1.0...v3.0.0) (2022-02-16)


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": "@npmcli/git",
"version": "3.0.0",
"version": "3.0.1",
"main": "lib/index.js",
"files": [
"bin/",
Expand Down

0 comments on commit 1e1dbd2

Please sign in to comment.