Skip to content

Commit abd8d83

Browse files
Merge branch 'master' into develop
2 parents cb0eb1e + 2dbfdce commit abd8d83

3 files changed

Lines changed: 96 additions & 94 deletions

File tree

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.0] - 2020-03-14
11+
1012
## [4.0.0-rc.1] - 2020-02-22
1113

1214
### Added

package-lock.json

Lines changed: 89 additions & 89 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@userfrosting/gulp-bundle-assets",
3-
"version": "4.0.0-rc.1",
3+
"version": "4.0.0",
44
"description": "Orchestrates JS and CSS bundle creation in an efficient and configurable manner.",
55
"funding": "https://opencollective.com/userfrosting",
66
"type": "commonjs",
@@ -58,11 +58,11 @@
5858
"vinyl": "^2.2.0"
5959
},
6060
"devDependencies": {
61-
"@microsoft/api-documenter": "^7.7.12",
62-
"@microsoft/api-extractor": "^7.7.8",
63-
"@types/node": "^13.7.2",
61+
"@microsoft/api-documenter": "^7.7.16",
62+
"@microsoft/api-extractor": "^7.7.12",
63+
"@types/node": "^13.9.8",
6464
"@types/vinyl": "^2.0.4",
65-
"ava": "^3.5.0",
65+
"ava": "^3.5.2",
6666
"changelog-updater": "^1.1.0",
6767
"nyc": "^15.0.0",
6868
"p-defer": "^3.0.0",

0 commit comments

Comments
 (0)