Skip to content

Commit 262b0bc

Browse files
chore(release): 2.0.0 [skip ci]
# [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.
1 parent f290196 commit 262b0bc

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
# [2.0.0](https://github.com/searchfe/san-ssr-plugin/compare/v1.5.4...v2.0.0) (2023-09-08)
2+
3+
4+
### Features
5+
6+
* support css-loader ^6.8.1 ([d00951d](https://github.com/searchfe/san-ssr-plugin/commit/d00951d1341d2f1e7c488056f46fefdc2d1d177d))
7+
* support html-loader ^4.2.0 ([d86df1a](https://github.com/searchfe/san-ssr-plugin/commit/d86df1a206f6eb4950fadff2a510b911f7a41257))
8+
* support webpack v5 ([6ad4930](https://github.com/searchfe/san-ssr-plugin/commit/6ad4930798dd66c2fd31341c30e409f5a336e658))
9+
10+
11+
### BREAKING CHANGES
12+
13+
* webpack v4 is not supported, use lower version (v1)
14+
instead.
15+
116
## [1.5.4](https://github.com/searchfe/san-ssr-plugin/compare/v1.5.3...v1.5.4) (2023-03-26)
217

318

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "san-ssr-plugin",
3-
"version": "1.5.4",
3+
"version": "2.0.0",
44
"description": "",
55
"main": "dist/plugin.js",
66
"scripts": {

0 commit comments

Comments
 (0)