Skip to content

Commit

Permalink
chore: release 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jun 11, 2023
1 parent 0baaf36 commit d032ce5
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# Changelog

## [4.0.0](https://www.github.com/gulpjs/vinyl-fs/compare/v3.0.3...v4.0.0) (2023-06-11)


### ⚠ BREAKING CHANGES

* Normalize repository, dropping node <10.13 support
* Switch stream implementation to streamx (#333)

### Features

* Convert Windows-style paths in `src()` to proper globs ([910c8a5](https://www.github.com/gulpjs/vinyl-fs/commit/910c8a521834d5aa9dec5a83102b59ba5c531e08))
* Switch stream implementation to streamx ([#333](https://www.github.com/gulpjs/vinyl-fs/issues/333)) ([910c8a5](https://www.github.com/gulpjs/vinyl-fs/commit/910c8a521834d5aa9dec5a83102b59ba5c531e08))
* Test against streams from core, streamx, and readable-stream ([910c8a5](https://www.github.com/gulpjs/vinyl-fs/commit/910c8a521834d5aa9dec5a83102b59ba5c531e08))


### Bug Fixes

* Reference correct property name in integration testing ([#320](https://www.github.com/gulpjs/vinyl-fs/issues/320)) ([df245a4](https://www.github.com/gulpjs/vinyl-fs/commit/df245a40f5dbe37ca620ee71f1a7930cfccb5e42))
* Workaround symlink stat bug in Node 10 on Windows ([910c8a5](https://www.github.com/gulpjs/vinyl-fs/commit/910c8a521834d5aa9dec5a83102b59ba5c531e08))


### Miscellaneous Chores

* Normalize repository, dropping node <10.13 support ([910c8a5](https://www.github.com/gulpjs/vinyl-fs/commit/910c8a521834d5aa9dec5a83102b59ba5c531e08))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vinyl-fs",
"version": "3.0.3",
"version": "4.0.0",
"description": "Vinyl adapter for the file system.",
"author": "Gulp Team <team@gulpjs.com> (https://gulpjs.com/)",
"contributors": [
Expand Down

0 comments on commit d032ce5

Please sign in to comment.