Skip to content

Commit

Permalink
5.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
MikyungKim committed Nov 1, 2022
2 parents b26dfe3 + 36037f3 commit 5aa01d5
Show file tree
Hide file tree
Showing 7 changed files with 812 additions and 604 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ install:
- npm install

script:
- npm run lint
- npm run lint -- --report-unused-disable-directives --max-warnings 0
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# 5.1.0 (November 1, 2022)

* Unpinned versions of dependencies.
* `ILibPlugin`: Fixed to resolve ilib and resources paths properly when `publicPath` is given.
* `WebOSMetaPlugin`: Fixed to insert a title into the output HTML.
* `PrerenderPlugin`: Fixed wrong ilib path when `locales` option is `all`.

# 5.0.2 (September 16, 2022)

* Pinned versions of dependencies as same as 5.0.0.
Expand Down
Loading

0 comments on commit 5aa01d5

Please sign in to comment.