Skip to content

Commit d9296d9

Browse files
author
J. Doe (https://devcenter.bitrise.io/builds/setting-your-git-credentials-on-build-machines/)
committed
chore: update version to 8.1.3 [skip ci]
1 parent 21179c9 commit d9296d9

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

AlgoliaSearchClient.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |spec|
22
spec.name = "AlgoliaSearchClient"
33
spec.module_name = 'AlgoliaSearchClient'
4-
spec.version = "8.1.2"
4+
spec.version = "8.1.3"
55
spec.summary = "Algolia Search API Client written in Swift."
66
spec.homepage = "https://github.com/algolia/algoliasearch-client-swift"
77
spec.license = { :type => "MIT", :file => "LICENSE" }

CHANGELOG.md

100644100755
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# ChangeLog
2+
3+
## [8.1.3](https://github.com/algolia/algoliasearch-client-swift/compare/8.1.2...8.1.3) (2020-10-27)
4+
5+
### Fix
6+
7+
- Make tag parsing for highlighted strings diacritic insensitive (#683) ([2c84258](https://github.com/algolia/algoliasearch-client-swift/commit/2c84258))
8+
- Change averageClickPosition of the ABTestResponse.Variant type to Double (#682) ([920a2d7](https://github.com/algolia/algoliasearch-client-swift/commit/920a2d7))
9+
10+
### Misc
11+
12+
- Version 8.1.2 (#679) ([e028c43](https://github.com/algolia/algoliasearch-client-swift/commit/e028c43))
13+
- Version 8.1.2 ([eb1db8d](https://github.com/algolia/algoliasearch-client-swift/commit/eb1db8d))
14+
15+
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
// This is generated file. Don't modify it manually.
2-
public extension Version { static let current: Version = .init(major: 8, minor: 1, patch: 2, prereleaseIdentifier: nil) }
2+
public extension Version { static let current: Version = .init(major: 8, minor: 1, patch: 3, prereleaseIdentifier: nil) }

0 commit comments

Comments
 (0)