@baloise/angular-output-target 1.2.6 → 1.2.7

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
+ ## [1.2.7](https://github.com/baloise/stencil-ds-output-targets/compare/@baloise/angular-output-target@1.2.6...@baloise/angular-output-target@1.2.7) (2022-03-10)
7
+
8
+ **Note:** Version bump only for package @baloise/angular-output-target
9
+
10
+
11
+
12
+
13
+
6
14
  ## [1.2.6](https://github.com/baloise/stencil-ds-output-targets/compare/@baloise/angular-output-target@1.2.5...@baloise/angular-output-target@1.2.6) (2022-03-09)
7
15
 
8
16
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@baloise/angular-output-target",
3
- "version": "1.2.6",
3
+ "version": "1.2.7",
4
4
  "description": "Angular output target for @stencil/core components.",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.js",
@@ -61,5 +61,5 @@
61
61
  ],
62
62
  "testURL": "http://localhost"
63
63
  },
64
- "gitHead": "b4ff587844c9a130f9dd7b165848fdc184d212df"
64
+ "gitHead": "685a9448a61974dc25c73aeb12e197b5a3220a49"
65
65
  }