@simplybusiness/services 1.1.4 → 1.1.6

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +13 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # Changelog
2
2
 
3
+ ## 1.1.6
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [0439088]
8
+ - @simplybusiness/mobius@6.3.2
9
+
10
+ ## 1.1.5
11
+
12
+ ### Patch Changes
13
+
14
+ - 7390532: Adding logging for debugging and fixed some issues
15
+
3
16
  ## 1.1.4
4
17
 
5
18
  ### Patch Changes
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@simplybusiness/services",
3
3
  "license": "UNLICENSED",
4
- "version": "1.1.4",
4
+ "version": "1.1.6",
5
5
  "description": "Internal library for services",
6
6
  "repository": {
7
7
  "type": "git",
@@ -80,7 +80,7 @@
80
80
  },
81
81
  "dependencies": {
82
82
  "@airbrake/browser": "^2.1.9",
83
- "@simplybusiness/mobius": "^6.3.1",
83
+ "@simplybusiness/mobius": "^6.3.2",
84
84
  "@snowplow/browser-tracker": "^3.24.6",
85
85
  "classnames": "^2.5.1"
86
86
  },