Skip to content

Commit

Permalink
Release 3.19.2
Browse files Browse the repository at this point in the history
[skip ci]

## [3.19.2](v3.19.1...v3.19.2) (2023-05-05)

### Bug Fixes

* ignore non-file on tar entry filter ([#458](#458)) ([7e63e7f](7e63e7f))
  • Loading branch information
semantic-release-bot committed May 5, 2023
1 parent 7e63e7f commit 5223e8c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [3.19.2](https://github.com/cnpm/npmcore/compare/v3.19.1...v3.19.2) (2023-05-05)


### Bug Fixes

* ignore non-file on tar entry filter ([#458](https://github.com/cnpm/npmcore/issues/458)) ([7e63e7f](https://github.com/cnpm/npmcore/commit/7e63e7f0eb2d324275d72293c40d3d7ac060bf73))

## [3.19.1](https://github.com/cnpm/npmcore/compare/v3.19.0...v3.19.1) (2023-05-05)


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": "cnpmcore",
"version": "3.19.1",
"version": "3.19.2",
"description": "npm core",
"files": [
"dist/**/*"
Expand Down

0 comments on commit 5223e8c

Please sign in to comment.