@webtrekk-smart-pixel/angular 1.1.0 → 1.1.1

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +7 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ <a name="1.1.1"></a>
2
+ ## 1.1.1 (2021-12-20)
3
+
4
+ ### Features
5
+
6
+ * Add a property to configure request limitation ([wt-advanced-data](https://documentation.mapp.com/latest/en/angular-15741405.html#id-.SMPAngularv1.0-wt-advanced-data) and [advanced](https://documentation.mapp.com/latest/en/angular-15741405.html#id-.SMPAngularv1.0-advanced))
7
+
1
8
  <a name="1.1.0"></a>
2
9
  ## 1.1.0 (2021-10-14)
3
10
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@webtrekk-smart-pixel/angular",
3
- "version": "1.1.0",
3
+ "version": "1.1.1",
4
4
  "title": "Webtrekk Smart Pixel for Angular",
5
5
  "description": "A Angular implementation of the Webtrekk Smart Pixel.",
6
6
  "main": "./index.js",