Skip to content

Commit ac34407

Browse files
authored
release: 1.1.7 (#212)
1 parent 2182b31 commit ac34407

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

packages/lib/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [1.1.7](https://github.com/originjs/vite-plugin-federation/compare/v1.1.6...v1.1.7) (2022-07-09)
2+
3+
4+
### Features
5+
6+
* **dev:** added content hash for exposed modules ([#198](https://github.com/originjs/vite-plugin-federation/issues/198)) ([2182b31](https://github.com/originjs/vite-plugin-federation/commit/2182b316dd1cdff09de18c1d439cb32e3de21482))
7+
8+
9+
110
## [1.1.6](https://github.com/originjs/vite-plugin-federation/compare/v1.1.5...v1.1.6) (2022-05-10)
211

312

packages/lib/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@originjs/vite-plugin-federation",
3-
"version": "1.1.6",
3+
"version": "1.1.7",
44
"description": "A Vite plugin which support Module Federation.",
55
"main": "dist/index.js",
66
"module": "dist/index.es.js",
@@ -12,7 +12,8 @@
1212
"LICENSE"
1313
],
1414
"engines": {
15-
"node": ">=12.0.0"
15+
"node": ">=14.0.0",
16+
"pnpm": ">=7.0.1"
1617
},
1718
"repository": {
1819
"type": "git",

0 commit comments

Comments
 (0)