@codecademy/tracking 0.24.0-alpha.96d8a5.0 → 0.24.0

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 +2 -2
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -3,12 +3,12 @@
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
- ## [0.24.0-alpha.96d8a5.0](https://github.com/Codecademy/client-modules/compare/@codecademy/tracking@0.23.0...@codecademy/tracking@0.24.0-alpha.96d8a5.0) (2022-08-22)
6
+ ## [0.24.0](https://github.com/Codecademy/client-modules/compare/@codecademy/tracking@0.23.0...@codecademy/tracking@0.24.0) (2022-08-24)
7
7
 
8
8
 
9
9
  ### Features
10
10
 
11
- * **tracking:** changing referrer type and allowing it into be set via a parameter ([e4a14aa](https://github.com/Codecademy/client-modules/commit/e4a14aa288d005c31c9fe6268c0638e6663eef29))
11
+ * **tracking:** changing referrer type and allowing it into be set via a parameter for tracking purposes ([28b7a19](https://github.com/Codecademy/client-modules/commit/28b7a19f12f0bce0fadad4a94ce38363afa689da))
12
12
 
13
13
 
14
14
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@codecademy/tracking",
3
3
  "description": "Tracking library for Codecademy apps.",
4
- "version": "0.24.0-alpha.96d8a5.0",
4
+ "version": "0.24.0",
5
5
  "author": "Codecademy Engineering <dev@codecademy.com>",
6
6
  "module": "./dist/index.js",
7
7
  "main": "./dist/index.js",
@@ -35,5 +35,5 @@
35
35
  "publishConfig": {
36
36
  "access": "public"
37
37
  },
38
- "gitHead": "a5bf26276152c7549acf0ae72539853a2bf0b1aa"
38
+ "gitHead": "4b3efece77efab8bb46d46cad807d41032f7be5b"
39
39
  }