Skip to content

Commit 6aa62f3

Browse files
4.0.1
1 parent 6e55e6e commit 6aa62f3

File tree

5 files changed

+6
-4
lines changed

5 files changed

+6
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77

88
## [Unreleased]
99

10+
## [4.0.1] - 2020-04-18
11+
1012
[//]: # (spell-checker:disable)
1113

1214
### Fixed

docs/api/gulp-bundle-assets.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,5 @@
3535
| [Options](./gulp-bundle-assets.options.md) | Represents an asset bundles root options node. |
3636
| [Results](./gulp-bundle-assets.results.md) | Bundler results data shape. |
3737
| [ResultsCallback](./gulp-bundle-assets.resultscallback.md) | Bundler results callback function interface. |
38-
| [SprinkleOptions](./gulp-bundle-assets.sprinkleoptions.md) | Options relevent to UserFrosting's Sprinkle system. |
38+
| [SprinkleOptions](./gulp-bundle-assets.sprinkleoptions.md) | Options relevant to UserFrosting's Sprinkle system. |
3939

docs/api/gulp-bundle-assets.sprinkleoptions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
## SprinkleOptions interface
66

7-
Options relevent to UserFrosting's Sprinkle system.
7+
Options relevant to UserFrosting's Sprinkle system.
88

99
<b>Signature:</b>
1010

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@userfrosting/gulp-bundle-assets",
3-
"version": "4.0.0",
3+
"version": "4.0.1",
44
"description": "Orchestrates JS and CSS bundle creation in an efficient and configurable manner.",
55
"funding": "https://opencollective.com/userfrosting",
66
"type": "commonjs",

0 commit comments

Comments
 (0)