Skip to content

Commit

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

## [3.0.0](https://www.github.com/gulpjs/vinyl/compare/v2.2.1...v3.0.0) (2022-09-11)


### ⚠ BREAKING CHANGES

* Remove `inspect` method & rely on `util.inspect.custom` symbol
* Normalize repository, dropping node <10.13 support (#151)

### Miscellaneous Chores

* 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))
* Remove `inspect` method & rely on `util.inspect.custom` symbol ([9302802](https://www.github.com/gulpjs/vinyl/commit/9302802b411d6ce9e204d98d40d1d07fe2eaf1c2))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vinyl",
"version": "2.2.1",
"version": "3.0.0",
"description": "Virtual file format.",
"author": "Gulp Team <team@gulpjs.com> (https://gulpjs.com/)",
"contributors": [
Expand Down

0 comments on commit b865dee

Please sign in to comment.