Skip to content

Commit

Permalink
feat(ohos): release 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
YoloMao committed Jul 26, 2024
1 parent fc21fb8 commit 5e1ccdc
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion library/BuildProfile.ets
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* Use these variables when you tailor your ArkTS code. They must be of the const type.
*/
export const HAR_VERSION = '1.1.0';
export const HAR_VERSION = '1.2.0';
export const BUILD_MODE_NAME = 'debug';
export const DEBUG = true;
export const TARGET_NAME = 'default';
Expand Down
6 changes: 6 additions & 0 deletions library/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# [1.2.0](https://github.com/growingio/growingio-sdk-harmonyos/tree/1.2.0) (2024-07-26)

### Features

* 适配 Flutter on HarmonyOS (3.7.12-ohos)

# [1.1.0](https://github.com/growingio/growingio-sdk-harmonyos/tree/1.1.0) (2024-06-21)

### Features
Expand Down
2 changes: 1 addition & 1 deletion library/oh-package.json5
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"main": "index.ets",
"type": "module",
"repository": "https://github.com/growingio/growingio-sdk-harmonyos",
"version": "1.1.0",
"version": "1.2.0",
"dependencies": {
"snappyjs": "^0.7.0"
},
Expand Down

0 comments on commit 5e1ccdc

Please sign in to comment.