Skip to content

Commit

Permalink
chore: Release 4.0.0 (#61)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed Nov 8, 2021
1 parent e5194ca commit 1f70fd1
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 1 deletion.
27 changes: 27 additions & 0 deletions CHANGELOG.md
@@ -0,0 +1,27 @@
# Changelog

## [4.0.0](https://www.github.com/gulpjs/v8flags/compare/v3.2.0...v4.0.0) (2021-11-08)


### ⚠ BREAKING CHANGES

* Drop support for snake_case flags
* Utilize process.allowedNodeEnvironmentFlags (#63)
* Use SHA-256 for the config file name (#57)
* Normalize repository, dropping node <10.13 support (#60)

### Features

* Remove homedir polyfill ([#62](https://www.github.com/gulpjs/v8flags/issues/62)) ([306f970](https://www.github.com/gulpjs/v8flags/commit/306f970119b632b4439df2886f467e7da7662b27))
* Utilize process.allowedNodeEnvironmentFlags ([#63](https://www.github.com/gulpjs/v8flags/issues/63)) ([2240a0f](https://www.github.com/gulpjs/v8flags/commit/2240a0f72f5ee7b87530966178fda8153de43d86))


### Bug Fixes

* Use SHA-256 for the config file name ([#57](https://www.github.com/gulpjs/v8flags/issues/57)) ([f30a18e](https://www.github.com/gulpjs/v8flags/commit/f30a18ef545882aba65aa23e3cb9da7d4bc0bbb4))


### Miscellaneous Chores

* Drop support for snake_case flags ([e5194ca](https://www.github.com/gulpjs/v8flags/commit/e5194ca0b4e5e3d4f28b5a42903a20b477ee3eb9))
* Normalize repository, dropping node <10.13 support ([#60](https://www.github.com/gulpjs/v8flags/issues/60)) ([42ad05f](https://www.github.com/gulpjs/v8flags/commit/42ad05f91336a6e9673313d1d988be0317309262))
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "v8flags",
"version": "3.2.0",
"version": "4.0.0",
"description": "Get available v8 and Node.js flags.",
"author": "Gulp Team <team@gulpjs.com> (https://gulpjs.com/)",
"contributors": [
Expand Down

0 comments on commit 1f70fd1

Please sign in to comment.