Skip to content

Commit f368440

Browse files
authored
Merge pull request #202 from atsign-foundation/publish_atlookup
2 parents b3136cc + 8be2e81 commit f368440

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

at_lookup/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 3.0.27
2+
- Improved timeout handling logic in outbound message listener
3+
- Upgraded at_commons version to 3.0.19
14
## 3.0.26
25
- Update at_commons version 3.0.18 to display hidden keys in scan
36
## 3.0.25

at_lookup/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: at_lookup
22
description: A Dart library that contains the core commands that can be used with a secondary server (scan, update, lookup, llookup, plookup, etc.)
3-
version: 3.0.26
3+
version: 3.0.27
44
repository: https://github.com/atsign-foundation/at_libraries
55
homepage: https://atsign.dev
66

@@ -12,7 +12,7 @@ dependencies:
1212
crypton: ^2.0.1
1313
crypto: ^3.0.1
1414
at_utils: ^3.0.10
15-
at_commons: ^3.0.18
15+
at_commons: ^3.0.19
1616
mutex: ^3.0.0
1717
mocktail: ^0.3.0
1818

0 commit comments

Comments
 (0)