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 0202ee9 commit b0063c5Copy full SHA for b0063c5
CHANGELOG.md
@@ -120,3 +120,9 @@ This major release requires Node 6+.
120
121
- b9b3e54 Remove the attribute information from the DisclosureTriangle concept
122
- 68bd6d2 Add prepublishOnly step to package.json
123
+
124
+## 4.1.0
125
126
+This minor release no longer requires node 6+, and again has zero dependencies.
127
128
+ - b14728f remove deep-equal-json as a dep from the project (#357)
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "axobject-query",
3
- "version": "4.0.0",
+ "version": "4.1.0",
4
"description": "Programmatic access to information about the AXObject Model",
5
"main": "lib/index.js",
6
"files": [
0 commit comments