Skip to content
This repository has been archived by the owner on May 4, 2024. It is now read-only.

Commit

Permalink
chore: release 7.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and npm-cli-bot committed Apr 21, 2024
1 parent bd9bd0e commit c0a1144
Show file tree
Hide file tree
Showing 3 changed files with 10 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 @@
{
".": "7.0.1"
".": "7.0.2"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [7.0.2](https://github.com/npm/npmlog/compare/v7.0.1...v7.0.2) (2024-04-21)

### Chores

* [`567d24e`](https://github.com/npm/npmlog/commit/567d24ec44e1d07da853dbdb6120f2077ae0cdc1) [#141](https://github.com/npm/npmlog/pull/141) coverage improvements (#141) (@nlf)
* [`bd9bd0e`](https://github.com/npm/npmlog/commit/bd9bd0e3e9533eb7c9a82f30e1428f3597c5c8b2) [#179](https://github.com/npm/npmlog/pull/179) postinstall for dependabot template-oss PR (@lukekarrys)
* [`19c29f4`](https://github.com/npm/npmlog/commit/19c29f4c1902e770049849365b22216ca5ea929d) [#179](https://github.com/npm/npmlog/pull/179) bump @npmcli/template-oss from 4.21.3 to 4.21.4 (@dependabot[bot])

## [7.0.1](https://github.com/npm/npmlog/compare/v7.0.0...v7.0.1) (2022-10-19)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"author": "GitHub Inc.",
"name": "npmlog",
"description": "logger for npm",
"version": "7.0.1",
"version": "7.0.2",
"repository": {
"type": "git",
"url": "https://github.com/npm/npmlog.git"
Expand Down

0 comments on commit c0a1144

Please sign in to comment.