Skip to content

Commit

Permalink
Added missing CAN export for documentation purposes.
Browse files Browse the repository at this point in the history
  • Loading branch information
diosney committed Jun 17, 2024
1 parent 1e07a12 commit 70a9b9c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
### Release Notes

### 2.2.1

- Added missing CAN export for documentation purposes.

### 2.2.0

- (@cordellcalitz) Added support for CAN link interfaces.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iproute",
"version": "2.2.0",
"version": "2.2.1",
"description": "Show and manipulate network devices, addresses, routing, policy routing, tunnels, IP forwarding, address labels and other `iproute` objects.",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
Expand Down
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,7 @@ export { SetLinkBridgeSlaveTypeArgs } from './commands/link/extended-virtual-lin

export { AddLinkBareudpTypeArgs } from './commands/link/virtual-link-types/bareup.interfaces';
export { AddLinkBridgeTypeArgs } from './commands/link/virtual-link-types/bridge.interfaces';
export { AddLinkCanTypeArgs } from './commands/link/virtual-link-types/can.interfaces';
export { AddLinkErspanIp6erspanTypeArgs } from './commands/link/virtual-link-types/erspan-ip6erspan.interfaces';
export { AddLinkGeneveTypeArgs } from './commands/link/virtual-link-types/geneve.interfaces';
export { AddLinkGreGretapTypeArgs } from './commands/link/virtual-link-types/gre-gretap.interfaces';
Expand Down

0 comments on commit 70a9b9c

Please sign in to comment.