Skip to content

Commit b0063c5

Browse files
committed
v4.1.0
1 parent 0202ee9 commit b0063c5

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,3 +120,9 @@ This major release requires Node 6+.
120120

121121
- b9b3e54 Remove the attribute information from the DisclosureTriangle concept
122122
- 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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "axobject-query",
3-
"version": "4.0.0",
3+
"version": "4.1.0",
44
"description": "Programmatic access to information about the AXObject Model",
55
"main": "lib/index.js",
66
"files": [

0 commit comments

Comments
 (0)