Skip to content

Commit 46bf324

Browse files
committed
v1.1.6
1 parent 23e52f6 commit 46bf324

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
id: release_notes
2323
run: |
2424
VERSION=${{ env.VERSION }}
25-
CHANGELOG=$(sed -n "/## $VERSION/,/^## /p" CHANGELOG.md | sed '$d' | tail -n +2)
25+
CHANGELOG=$(sed -n "/## [vV]*$VERSION/,/^## /p" CHANGELOG.md | sed '$d' | tail -n +2)
2626
if [ -z "$CHANGELOG" ]; then
2727
echo "Release notes not found for version $VERSION"
2828
exit 1

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## v1.1.6
2+
* 增加是否只上报巨量引擎事件,默认不开启
3+
* 优化 iOS 事件上报逻辑
4+
* 增加混淆示例
5+
* 🚀 推荐使用【[Pro 版本](https://flutterads.top/)】 让您的广告收益翻倍
6+
17
## v1.1.5
28
* 增加是否只上报巨量引擎事件,默认不开启
39
* 优化 iOS 事件上报逻辑

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: flutter_adspark
22
description: Flutter 版的 AdSpark 主要功能广告监测、增长分析、归因上报、事件管理(巨量引擎、巨量广告、穿山甲)
3-
version: 1.1.5
3+
version: 1.1.6
44
repository: https://github.com/FlutterAds/flutter_adspark
55
issue_tracker: https://github.com/FlutterAds/flutter_adspark/issues
66
homepage: https://flutterads.top

0 commit comments

Comments
 (0)