lob 6.6.1 → 6.6.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +7 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,17 @@
|
|
|
1
|
+
### 6.6.1 (2022-04-11)
|
|
2
|
+
##### Maintenance
|
|
3
|
+
* bump minimist from 1.2.0 to 1.2.6
|
|
4
|
+
* bump moment from 2.29.1 to 2.29.2
|
|
5
|
+
|
|
1
6
|
### 6.6.1 (2022-04-05)
|
|
2
|
-
#####
|
|
7
|
+
##### Maintenance
|
|
3
8
|
* **autocomplete** add query param for address casing
|
|
4
9
|
* Update dependency version
|
|
5
10
|
* Updates to CI process
|
|
6
11
|
* Updates to Repo branch naming
|
|
7
12
|
|
|
8
13
|
### 6.5.5 (2022-01-14)
|
|
9
|
-
#####
|
|
14
|
+
##### Maintenance
|
|
10
15
|
* Removed Bluebird dependency and replaced with p-map
|
|
11
16
|
* Updated 4 out of date dev dependencies
|
|
12
17
|
* Updated min required version of NodeJS to 10
|