@baloise/angular-output-target 1.2.15 → 1.2.16

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.16](https://github.com/baloise/stencil-ds-output-targets/compare/@baloise/angular-output-target@1.2.15...@baloise/angular-output-target@1.2.16) (2022-06-05)
7
+
8
+ **Note:** Version bump only for package @baloise/angular-output-target
9
+
10
+
11
+
12
+
13
+
6
14
  ## [1.2.15](https://github.com/baloise/stencil-ds-output-targets/compare/@baloise/angular-output-target@1.2.14...@baloise/angular-output-target@1.2.15) (2022-05-24)
7
15
 
8
16
  **Note:** Version bump only for package @baloise/angular-output-target
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@baloise/angular-output-target",
3
- "version": "1.2.15",
3
+ "version": "1.2.16",
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": "58200f6fef4c39182c86cb8ea818a2cd1a98d238"
64
+ "gitHead": "60ace4a06df7a4aaacd779d67d9aec79b56a511e"
65
65
  }