Skip to content

Commit

Permalink
feat: release 3.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Conventional Changelog Action committed Aug 16, 2023
1 parent d273ca0 commit f7983cf
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 13 deletions.
23 changes: 14 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
# [3.6.0](https://github.com/growingio/growingio-sdk-ios-autotracker/compare/3.5.0...3.6.0) (2023-08-16)


### Features

* hybrid add enable/disable bridge APIs ([#272](https://github.com/growingio/growingio-sdk-ios-autotracker/issues/272)) ([d273ca0](https://github.com/growingio/growingio-sdk-ios-autotracker/commit/d273ca04f3b351192433376c244c4ceabcd9f21b))



# [3.5.0](https://github.com/growingio/growingio-sdk-ios-autotracker/compare/3.4.8-hotfix.1...3.5.0) (2023-07-06)


### Features

* release 3.5.0 ([9166b0c](https://github.com/growingio/growingio-sdk-ios-autotracker/commit/9166b0c7698062ab0669eeb574bc8711df5bcbf2))



## [3.4.8-hotfix.1](https://github.com/growingio/growingio-sdk-ios-autotracker/compare/3.4.7...3.4.8-hotfix.1) (2023-06-16)

Expand Down Expand Up @@ -72,12 +86,3 @@



## [3.4.5](https://github.com/growingio/growingio-sdk-ios-autotracker/compare/3.4.5-beta...3.4.5) (2022-11-16)


### Features

* release 3.4.5 ([11c5395](https://github.com/growingio/growingio-sdk-ios-autotracker/commit/11c539570d628901e5d6b21bcdc54acc1b58ed04))



2 changes: 1 addition & 1 deletion GrowingAnalytics-cdp.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'GrowingAnalytics-cdp'
s.version = '3.5.0'
s.version = '3.6.0'
s.summary = 'iOS SDK of GrowingIO.'
s.description = <<-DESC
GrowingAnalytics-cdp基于GrowingAnalytics,同样具备自动采集基本的用户行为事件,比如访问和行为数据等。
Expand Down
2 changes: 1 addition & 1 deletion GrowingAnalytics.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'GrowingAnalytics'
s.version = '3.5.0'
s.version = '3.6.0'
s.summary = 'iOS SDK of GrowingIO.'
s.description = <<-DESC
GrowingAnalytics具备自动采集基本的用户行为事件,比如访问和行为数据等。目前支持代码埋点、无埋点、可视化圈选、热图等功能。
Expand Down
4 changes: 2 additions & 2 deletions GrowingTrackerCore/GrowingRealTracker.m
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@
#import "GrowingTrackerCore/Utils/GrowingDeviceInfo.h"
#import "GrowingULAppLifecycle.h"

NSString *const GrowingTrackerVersionName = @"3.5.0";
const int GrowingTrackerVersionCode = 30500;
NSString *const GrowingTrackerVersionName = @"3.6.0";
const int GrowingTrackerVersionCode = 30600;

@interface GrowingRealTracker ()

Expand Down

0 comments on commit f7983cf

Please sign in to comment.