Skip to content

Commit

Permalink
v4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Jul 10, 2024
1 parent 4352fd6 commit 27bcc64
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,3 +120,9 @@ This major release requires Node 6+.

- b9b3e54 Remove the attribute information from the DisclosureTriangle concept
- 68bd6d2 Add prepublishOnly step to package.json

## 4.1.0

This minor release no longer requires node 6+, and again has zero dependencies.

- b14728f remove deep-equal-json as a dep from the project (#357)
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "axobject-query",
"version": "4.0.0",
"version": "4.1.0",
"description": "Programmatic access to information about the AXObject Model",
"main": "lib/index.js",
"files": [
Expand Down

0 comments on commit 27bcc64

Please sign in to comment.