@lighthouse/common 4.21.5-canary.105.1343 → 4.21.5

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 +15 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,18 @@
1
+ # 4.21.4 (Fri May 13 2022)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - 🌳 Feature - New Notifications service [#105](https://github.com/Lighthouse-io/common/pull/105) (churt@192-168-1-103.tpgi.com.au [@ChrisHurt](https://github.com/ChrisHurt))
6
+
7
+ #### Authors: 4
8
+
9
+ - Chris Hurt ([@ChrisHurt](https://github.com/ChrisHurt))
10
+ - Christopher Hurt (churt@192-168-1-103.tpgi.com.au)
11
+ - Christopher Hurt (churt@192-168-1-105.tpgi.com.au)
12
+ - Christopher Hurt (churt@192-168-1-111.tpgi.com.au)
13
+
14
+ ---
15
+
1
16
  # 4.21.1 (Tue Jan 18 2022)
2
17
 
3
18
  #### 🐛 Bug Fix
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lighthouse/common",
3
- "version": "4.21.5-canary.105.1343",
3
+ "version": "4.21.5",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "module": "lib/index.js",