Skip to content

Commit

Permalink
chore(release): bump version to 3.0.0
Browse files Browse the repository at this point in the history
Bumping the major version as the project has been "rewritten" to not use
Babel anymore. As part of this effort newer versions of Node are being
used, while Node 12+ are officially supported.

The interface has not changed, so probably won't cause issues, so
bumping major version as a precaution.
  • Loading branch information
dustinspecker committed Jun 16, 2020
1 parent 7bad535 commit cd2cca9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "convert-vinyl-to-vfile",
"version": "2.1.2",
"version": "3.0.0",
"description": "Convert a Vinyl file to a VFile",
"main": "src/index.js",
"scripts": {
Expand Down

0 comments on commit cd2cca9

Please sign in to comment.