Skip to content

Commit

Permalink
chore: release v0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
CyanSalt committed Feb 28, 2022
1 parent b241e39 commit 2801c98
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## [0.8.0](https://github.com/CyanSalt/module-federation-plugin/compare/v0.7.1...v0.8.0) (2022-02-28)


### Features

* add `additionalFeatures` option ([3aac561](https://github.com/CyanSalt/module-federation-plugin/commit/3aac5614785ebf2fd385c48093f081658efbfc5b))
* lookup ids start with `./` ([629d46b](https://github.com/CyanSalt/module-federation-plugin/commit/629d46bd91ac8d848da84030cc2906f08c92ff98))
* remove the fallback value of `filename` ([aedccc6](https://github.com/CyanSalt/module-federation-plugin/commit/aedccc6a8cb0df277e1571b35510b0b82ec05257))
* replace `lazyOnce` with `keepAsync` ([fecf64f](https://github.com/CyanSalt/module-federation-plugin/commit/fecf64fd7acda6411d155befebccdbb09b48fc39))
* set `library.type` to `var` by default ([f4aad4d](https://github.com/CyanSalt/module-federation-plugin/commit/f4aad4d242e773ad55cd3b13ae114cdba327a1f5))

### [0.7.1](https://github.com/CyanSalt/module-federation-plugin/compare/v0.7.0...v0.7.1) (2021-12-29)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "module-federation-plugin",
"version": "0.7.1",
"version": "0.8.0",
"description": "Module federation for webpack@4",
"main": "index.js",
"directories": {
Expand Down

0 comments on commit 2801c98

Please sign in to comment.