Skip to content

Commit 844f54e

Browse files
committed
release: 0.7.0
1 parent 5f86754 commit 844f54e

File tree

4 files changed

+32
-2
lines changed

4 files changed

+32
-2
lines changed

packages/polyfill/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# [0.7.0](https://github.com/originjs/openharmony-polyfill/compare/v0.6.0...v0.7.0) (2022-03-02)
2+
3+
4+
### Bug Fixes
5+
6+
* export classes & functions to avoid TS2304 errors ([27e22f0](https://github.com/originjs/openharmony-polyfill/commit/27e22f09e2fc71698cff6ea0b2c84c05eed3c63a))
7+
8+
9+
### Features
10+
11+
* **webpack-plugin:** add navigator polyfill ([59e7c47](https://github.com/originjs/openharmony-polyfill/commit/59e7c47d118424e4d68252cc3cb6167a246753f9))
12+
13+
14+
115
# [0.6.0](https://github.com/originjs/openharmony-polyfill/compare/v0.5.0...v0.6.0) (2022-02-25)
216

317

packages/polyfill/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "openharmony-polyfill",
3-
"version": "0.6.0",
3+
"version": "0.7.0",
44
"main": "index.js",
55
"types": "index.d.ts",
66
"engines": {

packages/webpack-plugin/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
# 0.7.0 (2022-03-02)
2+
3+
4+
### Bug Fixes
5+
6+
* export classes & functions to avoid TS2304 errors ([27e22f0](https://github.com/originjs/openharmony-polyfill/commit/27e22f09e2fc71698cff6ea0b2c84c05eed3c63a))
7+
8+
9+
### Features
10+
11+
* support fs in webpack plugin ([2888fc5](https://github.com/originjs/openharmony-polyfill/commit/2888fc5c41699c9af811a2f4161993b8f99b8b36))
12+
* **webpack-plugin:** add http/https polyfill ([30cb78c](https://github.com/originjs/openharmony-polyfill/commit/30cb78c8924eae670c199fc252439e652083d0b3))
13+
* **webpack-plugin:** add navigator polyfill ([59e7c47](https://github.com/originjs/openharmony-polyfill/commit/59e7c47d118424e4d68252cc3cb6167a246753f9))
14+
15+
16+
117
# 0.6.0 (2022-02-25)
218

319

packages/webpack-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@originjs/openharmony-webpack-plugin",
3-
"version": "0.6.0",
3+
"version": "0.7.0",
44
"main": "index.js",
55
"files": [
66
"index.js"

0 commit comments

Comments
 (0)