Skip to content

Commit 7481204

Browse files
Paul Boocockpaulboocock
authored andcommitted
Prepare for release
1 parent 1fb639b commit 7481204

File tree

4 files changed

+14
-10
lines changed

4 files changed

+14
-10
lines changed

CHANGELOG

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
1+
Version 2.16.3 (2020-11-18)
2+
---------------------------
3+
Fix submit_form event not emitting when submitting a form (#856)
4+
15
Version 2.16.2 (2020-10-19)
26
---------------------------
3-
Fix Missing Enhanced Ecommerce Contexts (close #851)
7+
Fix Missing Enhanced Ecommerce Contexts (#851)
48

59
Version 2.16.1 (2020-10-05)
610
---------------------------
@@ -17,20 +21,20 @@ Switch to rollup and gulp (#752)
1721

1822
Version 2.15.0 (2020-08-17)
1923
---------------------------
20-
Add anonymized tracking options (closes #793)
24+
Add anonymized tracking options (#793)
2125
Add support for callback after trackEvent (#30)
22-
Add User Agent Client Hints Context (closes #816)
26+
Add User Agent Client Hints Context (#816)
2327
Return full element in transform function within form tracking (#825)
2428
Fix silent failure if OptimizelyX is enabled but optimizely.get doesn't exist (#798)
2529
Make browser feature fields optional (#850)
2630
Metric GET failure should not block queue executing (#769)
27-
Canceled request with slow3g (closes #642)
31+
Canceled request with slow3g (#642)
2832
Change initial page ping to fire at minimum visit length when less than heart beat delay (#803)
2933
Switch page ping code to use arrays of events (#46)
3034
Update SauceLabs to group tests into builds (#828)
31-
Add Snowplow Maintenance Badge (closes #820)
32-
Add CONTRIBUTING.md (closes #819)
33-
Add Snyk configuration (closes #822)
35+
Add Snowplow Maintenance Badge (#820)
36+
Add CONTRIBUTING.md (#819)
37+
Add Snyk configuration (#822)
3438
Update README to direct to new docs website (#827)
3539
Update Copyright notices to 2020 (#826)
3640

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ Licensed under the [Simplified BSD][bsd] license.
7878
[techdocs-image]: https://d3i6fms1cm1j0i.cloudfront.net/github/images/techdocs.png
7979
[setup-image]: https://d3i6fms1cm1j0i.cloudfront.net/github/images/setup.png
8080
[contributing-image]: https://d3i6fms1cm1j0i.cloudfront.net/github/images/contributing.png
81-
[release-image]: https://img.shields.io/badge/release-2.16.2-blue.svg?style=flat
81+
[release-image]: https://img.shields.io/github/v/release/snowplow/snowplow-javascript-tracker?sort=semver
8282
[releases]: https://github.com/snowplow/snowplow-javascript-tracker/releases
8383
[gh-actions]: https://github.com/snowplow/snowplow-javascript-tracker/actions
8484
[gh-actions-image]: https://github.com/snowplow/snowplow-javascript-tracker/workflows/Build/badge.svg

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "snowplow-tracker",
3-
"version": "2.16.2",
3+
"version": "2.16.3",
44
"scripts": {
55
"build": "gulp build",
66
"build:all": "(cd core && npm run build) && npm run build",

0 commit comments

Comments
 (0)