@brandingbrand/fscontinuousdeployment 11.12.2 → 11.16.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/CHANGELOG.md +32 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -3,6 +3,38 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [11.16.0](https://github.com/brandingbrand/submarine/compare/v11.15.0...v11.16.0) (2021-12-02)
7
+
8
+ **Note:** Version bump only for package @brandingbrand/fscontinuousdeployment
9
+
10
+
11
+
12
+
13
+
14
+ # [11.15.0](https://github.com/brandingbrand/submarine/compare/v11.14.0...v11.15.0) (2021-11-17)
15
+
16
+ **Note:** Version bump only for package @brandingbrand/fscontinuousdeployment
17
+
18
+
19
+
20
+
21
+
22
+ # [11.14.0](https://github.com/brandingbrand/submarine/compare/v11.13.0...v11.14.0) (2021-11-15)
23
+
24
+ **Note:** Version bump only for package @brandingbrand/fscontinuousdeployment
25
+
26
+
27
+
28
+
29
+
30
+ # [11.13.0](https://github.com/brandingbrand/submarine/compare/v11.12.2...v11.13.0) (2021-11-11)
31
+
32
+ **Note:** Version bump only for package @brandingbrand/fscontinuousdeployment
33
+
34
+
35
+
36
+
37
+
6
38
  ## [11.12.2](https://github.com/brandingbrand/submarine/compare/v11.12.1...v11.12.2) (2021-11-11)
7
39
 
8
40
  **Note:** Version bump only for package @brandingbrand/fscontinuousdeployment
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@brandingbrand/fscontinuousdeployment",
3
3
  "sideEffects": false,
4
- "version": "11.12.2",
4
+ "version": "11.16.0",
5
5
  "description": "Continuous deployment scripts",
6
6
  "bin": {
7
7
  "codepush": "dist/codepush.js",
@@ -22,5 +22,5 @@
22
22
  "publishConfig": {
23
23
  "registry": "https://registry.npmjs.org/"
24
24
  },
25
- "gitHead": "97d71dfbf279032038da1a0c26e5c1a98d314c57"
25
+ "gitHead": "118d06543a4affbed59adebc985eef8f8efd75fa"
26
26
  }