@oneblink/release-cli 3.2.1 → 3.2.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.
@@ -91,6 +91,12 @@ const productRepositories = [
91
91
  isPublic: false,
92
92
  type: 'NODE_JS',
93
93
  },
94
+ {
95
+ label: 'S3 Object Lambda',
96
+ repositoryName: 'product-s3-object-lambda',
97
+ isPublic: false,
98
+ type: 'NODE_JS',
99
+ },
94
100
  {
95
101
  label: 'Volunteers Client',
96
102
  repositoryName: 'product-volunteers-client',
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@oneblink/release-cli",
3
3
  "description": "Used internally by OneBlink to release repositories quickly and consistently",
4
- "version": "3.2.1",
4
+ "version": "3.2.2",
5
5
  "author": "OneBlink <developers@oneblink> (https://github.com/oneblink)",
6
6
  "bin": {
7
7
  "oneblink-release": "dist/bin.js"