Skip to content

Commit 6839b83

Browse files
chore: Release 3.0.0 (#154)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent d4868f4 commit 6839b83

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# Changelog
2+
3+
## [3.0.0](https://www.github.com/gulpjs/vinyl/compare/v2.2.1...v3.0.0) (2022-09-26)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* Clone streams with teex
9+
* No longer await all streams to flow before emitting data
10+
* Remove cloneable-readable (#155)
11+
* Remove `inspect` method & rely on `util.inspect.custom` symbol
12+
* Normalize repository, dropping node <10.13 support (#151)
13+
14+
### Features
15+
16+
* Clone streams with teex ([d4868f4](https://www.github.com/gulpjs/vinyl/commit/d4868f4ec1e8b43f1be5b066b55907b29d43c383))
17+
* No longer await all streams to flow before emitting data ([d4868f4](https://www.github.com/gulpjs/vinyl/commit/d4868f4ec1e8b43f1be5b066b55907b29d43c383))
18+
* Remove cloneable-readable ([#155](https://www.github.com/gulpjs/vinyl/issues/155)) ([d4868f4](https://www.github.com/gulpjs/vinyl/commit/d4868f4ec1e8b43f1be5b066b55907b29d43c383))
19+
20+
21+
### Miscellaneous Chores
22+
23+
* Normalize repository, dropping node <10.13 support ([#151](https://www.github.com/gulpjs/vinyl/issues/151)) ([9302802](https://www.github.com/gulpjs/vinyl/commit/9302802b411d6ce9e204d98d40d1d07fe2eaf1c2))
24+
* Remove `inspect` method & rely on `util.inspect.custom` symbol ([9302802](https://www.github.com/gulpjs/vinyl/commit/9302802b411d6ce9e204d98d40d1d07fe2eaf1c2))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vinyl",
3-
"version": "2.2.1",
3+
"version": "3.0.0",
44
"description": "Virtual file format.",
55
"author": "Gulp Team <team@gulpjs.com> (https://gulpjs.com/)",
66
"contributors": [

0 commit comments

Comments
 (0)