@siteimprove/alfa-mapper 0.90.1 → 0.91.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 +6 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @siteimprove/alfa-mapper
2
2
 
3
+ ## 0.91.0
4
+
5
+ ### Minor Changes
6
+
7
+ - **Changed:** Dummy minor version to experiment with publish flow, use the previous or next minor version instead. ([`2a62d8a43e294ee56c18315c8fad29fbdc18c0df`](https://github.com/Siteimprove/alfa/commit/2a62d8a43e294ee56c18315c8fad29fbdc18c0df))
8
+
3
9
  ## 0.90.1
4
10
 
5
11
  ## 0.90.0
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "$schema": "http://json.schemastore.org/package",
3
3
  "name": "@siteimprove/alfa-mapper",
4
4
  "homepage": "https://alfa.siteimprove.com",
5
- "version": "0.90.1",
5
+ "version": "0.91.0",
6
6
  "license": "MIT",
7
7
  "description": "Types for modelling mapper functions, which are functions that map values from one domain into another domain",
8
8
  "repository": {