Skip to content

Commit

Permalink
bumped up the version
Browse files Browse the repository at this point in the history
  • Loading branch information
nhathiwala committed Nov 15, 2021
1 parent f8dfe70 commit 61d0ef7
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [1.0.3] - Bug fixes

- [Bug] queryId from QuerySnapshot was made nullable.

## [1.0.2] - Added support for Facet Values & Insights

- [Added] Facet values `AlgoliaFacetValueSnapshot`:
Expand Down
4 changes: 4 additions & 0 deletions lib/src/event_snapshot.dart
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ extension AlgoliaEventTypeExtention on AlgoliaEventType {
}
}

///
/// Initital implemention by [@algirdasmac](https://github.com/algirdasmac) committed on 15 Jun
/// [PR](https://github.com/knoxpo/dart_algolia/pull/56/commits/8dc068ed16f7cf0c6747ec28d0e17fcf7b433f7f)
///
class AlgoliaEvent {
AlgoliaEvent({
required this.eventType,
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: algolia
description: >
Algolia is a pure dart SDK, wrapped around Algolia REST API for easy implementation for your Flutter or Dart projects.
version: 1.0.2
version: 1.0.3
repository: https://github.com/knoxpo/dart_algolia
homepage: https://knoxpo.com/knoxpo/dart_algolia

Expand Down

0 comments on commit 61d0ef7

Please sign in to comment.