Skip to content

Commit

Permalink
chore: Release 4.0.0 (#14)
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 Jan 30, 2022
1 parent b35f029 commit 2ec5fdb
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
24 changes: 24 additions & 0 deletions CHANGELOG.md
@@ -0,0 +1,24 @@
# Changelog

## [4.0.0](https://www.github.com/gulpjs/value-or-function/compare/v3.0.0...v4.0.0) (2022-01-30)


### ⚠ BREAKING CHANGES

* Throw on non-function, non-string coercers
* Properly handle function coercer in array of coercers (#12)
* Normalize repository, dropping node <10.13 support (#13)

### Features

* Throw on non-function, non-string coercers ([1cf5dc7](https://www.github.com/gulpjs/value-or-function/commit/1cf5dc747383694ee00a354c447c90798eb95c1e))


### Bug Fixes

* Properly handle function coercer in array of coercers ([#12](https://www.github.com/gulpjs/value-or-function/issues/12)) ([1cf5dc7](https://www.github.com/gulpjs/value-or-function/commit/1cf5dc747383694ee00a354c447c90798eb95c1e))


### Miscellaneous Chores

* Normalize repository, dropping node <10.13 support ([#13](https://www.github.com/gulpjs/value-or-function/issues/13)) ([92b4ec9](https://www.github.com/gulpjs/value-or-function/commit/92b4ec99ef944c59162fd612c51cd29b72b49c35))
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "value-or-function",
"version": "3.0.0",
"version": "4.0.0",
"description": "Normalize a value or function, applying extra args to the function",
"author": "Gulp Team <team@gulpjs.com> (http://gulpjs.com/)",
"contributors": [
Expand Down

0 comments on commit 2ec5fdb

Please sign in to comment.