Skip to content

Commit

Permalink
chore: release 3.1.1 (#108)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


## [3.1.1](v3.1.0...v3.1.1)
(2024-05-03)

### Documentation

*
[`2cb7474`](2cb7474)
[#91](#91) fix the example for
readdirScoped (#91) (@aminya)

### Chores

*
[`237e7c6`](237e7c6)
[#106](#106) bump @npmcli/template-oss to
4.22.0 (@lukekarrys)
*
[`456d343`](456d343)
[#106](#106) postinstall for dependabot
template-oss PR (@lukekarrys)
*
[`5b0f7c6`](5b0f7c6)
[#105](#105) bump @npmcli/template-oss
from 4.21.3 to 4.21.4 (@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>
  • Loading branch information
github-actions[bot] authored May 4, 2024
1 parent 456d343 commit 6f51359
Show file tree
Hide file tree
Showing 3 changed files with 14 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 @@
{
".": "3.1.0"
".": "3.1.1"
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [3.1.1](https://github.com/npm/fs/compare/v3.1.0...v3.1.1) (2024-05-03)

### Documentation

* [`2cb7474`](https://github.com/npm/fs/commit/2cb74741359bc3712d08760aebe1c25cc0f42f3d) [#91](https://github.com/npm/fs/pull/91) fix the example for readdirScoped (#91) (@aminya)

### Chores

* [`237e7c6`](https://github.com/npm/fs/commit/237e7c696658e2617a4e0198990cd01c3f3a5746) [#106](https://github.com/npm/fs/pull/106) bump @npmcli/template-oss to 4.22.0 (@lukekarrys)
* [`456d343`](https://github.com/npm/fs/commit/456d3438ed24509a4703b984cc5679977f55ae6f) [#106](https://github.com/npm/fs/pull/106) postinstall for dependabot template-oss PR (@lukekarrys)
* [`5b0f7c6`](https://github.com/npm/fs/commit/5b0f7c6de9052ddba37df5cc2a1cbfc5dda40efc) [#105](https://github.com/npm/fs/pull/105) bump @npmcli/template-oss from 4.21.3 to 4.21.4 (@dependabot[bot])

## [3.1.0](https://github.com/npm/fs/compare/v3.0.0...v3.1.0) (2022-11-03)

### Features
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/fs",
"version": "3.1.0",
"version": "3.1.1",
"description": "filesystem utilities for the npm cli",
"main": "lib/index.js",
"files": [
Expand Down

0 comments on commit 6f51359

Please sign in to comment.