We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3197138 commit 23033c3Copy full SHA for 23033c3
CHANGELOG.md
@@ -99,3 +99,9 @@ Commit 22915be contains a substantial audit and update of the project to match t
99
## 3.2.1
100
101
- f250e99 Update package-lock.json
102
+
103
+## 3.2.2
104
105
+This release restores backwards compatibility that was broken in v3.2.0.
106
107
+ - 3a89d8c [Deps] switch from dequal to deep-equal-json
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "axobject-query",
3
- "version": "3.2.1",
+ "version": "3.2.2",
4
"description": "Programmatic access to information about the AXObject Model",
5
"main": "lib/index.js",
6
"files": [
0 commit comments