@telefonica/mistica 10.14.1 → 10.14.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.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ ## [10.14.2](https://github.com/Telefonica/mistica-web/compare/v10.14.1...v10.14.2) (2022-01-03)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **release:** commit updated package-version.tsx file on release ([#389](https://github.com/Telefonica/mistica-web/issues/389)) ([61e384a](https://github.com/Telefonica/mistica-web/commit/61e384a0cd93f32bae691c15b209b5e6f3e42485))
7
+
1
8
  ## [10.14.1](https://github.com/Telefonica/mistica-web/compare/v10.14.0...v10.14.1) (2022-01-03)
2
9
 
3
10
 
@@ -3,5 +3,5 @@ Object.defineProperty(exports, "__esModule", {
3
3
  value: true
4
4
  });
5
5
  exports.PACKAGE_VERSION = void 0;
6
- var PACKAGE_VERSION = '10.14.1';
6
+ var PACKAGE_VERSION = '10.14.2';
7
7
  exports.PACKAGE_VERSION = PACKAGE_VERSION;
@@ -1,2 +1,2 @@
1
1
  // DO NOT EDIT THIS FILE. It's autogenerated by set-version.js
2
- export var PACKAGE_VERSION = '10.14.1';
2
+ export var PACKAGE_VERSION = '10.14.2';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@telefonica/mistica",
3
- "version": "10.14.1",
3
+ "version": "10.14.2",
4
4
  "license": "MIT",
5
5
  "repository": {
6
6
  "type": "git",
@@ -163,7 +163,16 @@
163
163
  "@semantic-release/changelog",
164
164
  "./scripts/set-version.js",
165
165
  "@semantic-release/npm",
166
- "@semantic-release/git",
166
+ [
167
+ "@semantic-release/git",
168
+ {
169
+ "assets": [
170
+ "CHANGELOG.md",
171
+ "package.json",
172
+ "src/package-version.tsx"
173
+ ]
174
+ }
175
+ ],
167
176
  "@semantic-release/github"
168
177
  ]
169
178
  },