Skip to content

Commit cb4c0ee

Browse files
Paul Boocockpaulboocock
authored andcommitted
Prepare for release
1 parent 45b04eb commit cb4c0ee

File tree

5 files changed

+150
-147
lines changed

5 files changed

+150
-147
lines changed

CHANGELOG

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
Version 2.17.2 (2020-02-10)
2+
---------------------------
3+
Fix dynamic contexts not being evaluated on each page ping (#891)
4+
15
Version 2.17.1 (2020-02-03)
26
---------------------------
37
Prevent samesite cookie warning from triggering (#886)

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# JavaScript web analytics for Snowplow
22

33
[![actively-maintained]][tracker-classificiation]
4-
[![Release][release-image]][releases]
54
[![Build Status][gh-actions-image]][gh-actions]
65
[![Saucelabs Test Status][saucelabs-button-image]][saucelabs]
6+
[![Release][release-image]][releases]
77
[![License][license-image]][bsd]
88

99
## Overview
@@ -55,7 +55,7 @@ Build the tracker using `npm run build` and run unit tests with `npm run test:un
5555

5656
## Testing
5757

58-
[![Selenium Test Status][saucelabs-matrix-image]][saucelabs]
58+
[![Sauce Labs Test Status][saucelabs-matrix-image]][saucelabs]
5959

6060
## Copyright and license
6161

@@ -83,7 +83,7 @@ Licensed under the [Simplified BSD][bsd] license.
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
8585
[saucelabs]: https://saucelabs.com/u/snowplow
86-
[saucelabs-button-image]: https://app.saucelabs.com/buildstatus/snowplow
86+
[saucelabs-button-image]: https://img.shields.io/static/v1?style=flat&label=Sauce%20Labs&message=Tested&color=e2231a&logo=sauce-labs
8787
[saucelabs-matrix-image]: https://app.saucelabs.com/browser-matrix/snowplow.svg
8888
[license-image]: http://img.shields.io/badge/license-simplified--bsd-blue.svg?style=flat
8989
[tracker-classificiation]: https://docs.snowplowanalytics.com/docs/collecting-data/collecting-from-own-applications/tracker-maintenance-classification/

0 commit comments

Comments
 (0)