Skip to content

Commit

Permalink
chore(release): 2.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.0.0](v1.5.4...v2.0.0) (2023-09-08)

### Features

* support css-loader ^6.8.1 ([d00951d](d00951d))
* support html-loader ^4.2.0 ([d86df1a](d86df1a))
* support webpack v5 ([6ad4930](6ad4930))

### BREAKING CHANGES

* webpack v4 is not supported, use lower version (v1)
instead.
  • Loading branch information
semantic-release-bot committed Sep 8, 2023
1 parent f290196 commit 262b0bc
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# [2.0.0](https://github.com/searchfe/san-ssr-plugin/compare/v1.5.4...v2.0.0) (2023-09-08)


### Features

* support css-loader ^6.8.1 ([d00951d](https://github.com/searchfe/san-ssr-plugin/commit/d00951d1341d2f1e7c488056f46fefdc2d1d177d))
* support html-loader ^4.2.0 ([d86df1a](https://github.com/searchfe/san-ssr-plugin/commit/d86df1a206f6eb4950fadff2a510b911f7a41257))
* support webpack v5 ([6ad4930](https://github.com/searchfe/san-ssr-plugin/commit/6ad4930798dd66c2fd31341c30e409f5a336e658))


### BREAKING CHANGES

* webpack v4 is not supported, use lower version (v1)
instead.

## [1.5.4](https://github.com/searchfe/san-ssr-plugin/compare/v1.5.3...v1.5.4) (2023-03-26)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "san-ssr-plugin",
"version": "1.5.4",
"version": "2.0.0",
"description": "",
"main": "dist/plugin.js",
"scripts": {
Expand Down

0 comments on commit 262b0bc

Please sign in to comment.