@brandingbrand/fscontinuousdeployment 11.5.1 → 11.5.2

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 +8 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -3,6 +3,14 @@
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.5.2](https://github.com/brandingbrand/submarine/compare/v11.5.1...v11.5.2) (2021-10-26)
7
+
8
+ **Note:** Version bump only for package @brandingbrand/fscontinuousdeployment
9
+
10
+
11
+
12
+
13
+
6
14
  ## [11.5.1](https://github.com/brandingbrand/submarine/compare/v11.5.0...v11.5.1) (2021-10-21)
7
15
 
8
16
  **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.5.1",
4
+ "version": "11.5.2",
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": "b88e8cbab278a529ecde537e00540f9b1b1f920c"
25
+ "gitHead": "9e6334154feeef6e017cd4653b858832025fa1e0"
26
26
  }