@outliant/sunrise-utils 1.2.0 → 1.2.1

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 CHANGED
@@ -4,9 +4,16 @@ All notable changes to this project will be documented in this file. Dates are d
4
4
 
5
5
  Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
6
6
 
7
+ #### [1.2.1](https://github.com/outliant/sunrise-utils/compare/1.2.0...1.2.1)
8
+
9
+ - chore: add credit-hold for project banners options [`94669b7`](https://github.com/outliant/sunrise-utils/commit/94669b7ba216596f5fb413d96a8a9dc466ca0c1e)
10
+
7
11
  #### [1.2.0](https://github.com/outliant/sunrise-utils/compare/1.1.32...1.2.0)
8
12
 
13
+ > 1 August 2024
14
+
9
15
  - chore: event service with sns #86b0xg1gf [`7baa9ec`](https://github.com/outliant/sunrise-utils/commit/7baa9ec2d0c85f78d3573854d1216d974551465c)
16
+ - chore(release): 1.2.0 [`63e3496`](https://github.com/outliant/sunrise-utils/commit/63e3496f576ccd1a4b4982a7a77e10e3581025f3)
10
17
 
11
18
  #### [1.1.32](https://github.com/outliant/sunrise-utils/compare/1.1.31...1.1.32)
12
19
 
package/constants.js CHANGED
@@ -26,5 +26,13 @@ module.exports.PROJECT_BANNERS = [
26
26
  {
27
27
  label: 'Roof Leak',
28
28
  value: 'roof-leak'
29
+ },
30
+ {
31
+ label: 'Credit Hold',
32
+ value: 'credit-hold'
33
+ },
34
+ {
35
+ label: 'Social Media',
36
+ value: 'social-media'
29
37
  }
30
38
  ];
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@outliant/sunrise-utils",
3
3
  "description": "Helper functions for project Sunrise",
4
- "version": "1.2.0",
4
+ "version": "1.2.1",
5
5
  "license": "ISC",
6
6
  "author": "Outliant",
7
7
  "main": "index.js",