@baloise/angular-output-target 1.2.8 → 1.2.9

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.9](https://github.com/baloise/stencil-ds-output-targets/compare/@baloise/angular-output-target@1.2.8...@baloise/angular-output-target@1.2.9) (2022-05-09)
7
+
8
+ **Note:** Version bump only for package @baloise/angular-output-target
9
+
10
+
11
+
12
+
13
+
6
14
  ## [1.2.8](https://github.com/baloise/stencil-ds-output-targets/compare/@baloise/angular-output-target@1.2.7...@baloise/angular-output-target@1.2.8) (2022-03-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.8",
3
+ "version": "1.2.9",
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": "82dd6c2903692f9c39c9070dad1b0773716d2406"
64
+ "gitHead": "30a5ffbe2c739c90c984c735af7b7546c7f7b3ac"
65
65
  }