@baloise/angular-output-target 1.2.11 → 1.2.12

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.12](https://github.com/baloise/stencil-ds-output-targets/compare/@baloise/angular-output-target@1.2.11...@baloise/angular-output-target@1.2.12) (2022-05-24)
7
+
8
+ **Note:** Version bump only for package @baloise/angular-output-target
9
+
10
+
11
+
12
+
13
+
6
14
  ## [1.2.11](https://github.com/baloise/stencil-ds-output-targets/compare/@baloise/angular-output-target@1.2.10...@baloise/angular-output-target@1.2.11) (2022-05-10)
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.11",
3
+ "version": "1.2.12",
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": "24c37094c337ca74647e186d25191b23864ce4fa"
64
+ "gitHead": "3ba6605b667d78db4d4b82205fdba75b5aa28ddf"
65
65
  }