Skip to content

Commit

Permalink
build(release): release 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Reed committed Jan 13, 2022
1 parent f63ba77 commit 84f44a7
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ OpenNMS.js follows [semantic versioning](https://semver.org/).

### Release Notes

#### 2.4.0

This release includes a _ton_ of dependency updates, as well as an enhancement to specify whether a remote OpenNMS system supports
the newer, more efficient, query API for selecting resources.

#### 2.3.0

This release adds support for querying SNMP interfaces, monitored services, and outages.
Expand Down
2 changes: 1 addition & 1 deletion docs-src/antora.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: opennms-js
version: '2.3.1-SNAPSHOT'
version: '2.4.0'
title: OpenNMS.js
nav:
- modules/ROOT/nav.adoc
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "opennms",
"version": "2.3.1-SNAPSHOT",
"version": "2.4.0",
"description": "Client API for the OpenNMS network monitoring platform",
"main": "dist/opennms.js",
"bin": {
Expand Down

0 comments on commit 84f44a7

Please sign in to comment.