@siteimprove/alfa-math 0.104.1 → 0.106.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 +10 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # @siteimprove/alfa-math
2
2
 
3
+ ## 0.106.1
4
+
5
+ ## 0.106.0
6
+
7
+ ## 0.105.0
8
+
9
+ ### Patch Changes
10
+
11
+ - **Added:** Test coverage data is now included in all packages, as well as at global level. ([#1878](https://github.com/Siteimprove/alfa/pull/1878))
12
+
3
13
  ## 0.104.1
4
14
 
5
15
  ## 0.104.0
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "$schema": "http://json.schemastore.org/package",
3
3
  "name": "@siteimprove/alfa-math",
4
4
  "homepage": "https://alfa.siteimprove.com",
5
- "version": "0.104.1",
5
+ "version": "0.106.1",
6
6
  "license": "MIT",
7
7
  "description": "Functionality for working with numbers and mathematical structures, such as vectors and matrices",
8
8
  "repository": {
@@ -22,7 +22,7 @@
22
22
  "dist/**/*.d.ts"
23
23
  ],
24
24
  "devDependencies": {
25
- "@siteimprove/alfa-test": "^0.104.1"
25
+ "@siteimprove/alfa-test": "^0.106.1"
26
26
  },
27
27
  "publishConfig": {
28
28
  "access": "public",