Skip to content

Releases: SimenB/add-asset-html-webpack-plugin

v6.0.0

09 May 07:54
fc3213f
Compare
Choose a tag to compare

6.0.0 (2023-05-09)

Bug Fixes

BREAKING CHANGES

  • Drop support for Node versions 12, 14, 17 and 19
  • Drop support for webpack@4
  • Drop support for html-webpack-plugin@3

v5.0.2

06 Apr 08:16
95d2e47
Compare
Choose a tag to compare

5.0.2 (2022-04-06)

Bug Fixes

v5.0.1

08 Mar 10:34
Compare
Choose a tag to compare

5.0.1 (2022-03-08)

Bug Fixes

  • include src in npm package (e48be33)

v5.0.0

08 Mar 09:58
da0dea5
Compare
Choose a tag to compare

5.0.0 (2022-03-08)

Bug Fixes

BREAKING CHANGES

  • filename no longer accepts a glob pattern, that must be passed as glob instead.

v4.0.1

08 Mar 10:41
Compare
Choose a tag to compare

4.0.1 (2022-03-08)

Bug Fixes

  • include src in npm package (c1cf189)

v4.0.0

08 Mar 09:08
4073291
Compare
Choose a tag to compare

4.0.0 (2022-03-08)

Bug Fixes

BREAKING CHANGES

  • Drops support for Node v6, v8, v10 and v15

v3.2.2

08 Mar 07:58
8387886
Compare
Choose a tag to compare

3.2.2 (2022-03-08)

Bug Fixes

  • remove the hash calculation if hash exists (#159) (8387886)

v3.2.1

08 Mar 07:51
e84e7d5
Compare
Choose a tag to compare

3.2.1 (2022-03-08)

Bug Fixes

  • fix "compilation.emitAsset" with more than 1 HtmlWebpackPlugins (#236) (e84e7d5)

v3.2.0

20 Feb 16:05
Compare
Choose a tag to compare

3.2.0 (2021-02-20)

Features

  • add support for webpack@5 and html-webpack-plugin@5 (#187) (a3c0134)

v3.1.3

27 Jan 11:20
d8a2d06
Compare
Choose a tag to compare

3.1.3 (2019-01-27)

Bug Fixes

  • do not add trailing commas to compiled output (1e6fb04), closes #147
  • upgrade dependencies (60c10f0)