Skip to content

Commit

Permalink
3.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jamacku committed Oct 10, 2023
1 parent 79b9dd4 commit c0957f2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Change Log

# [Next](https://github.com/redhat-plumbers-in-action/bugzilla/compare/v3.1.1...main)
# [Next](https://github.com/redhat-plumbers-in-action/bugzilla/compare/v3.1.2...main)

# [3.1.2](https://github.com/redhat-plumbers-in-action/bugzilla/compare/v3.1.1...v3.1.2)

- Dependency updates
- Drop support for NodeJS 16.x - EOL

# [3.1.1](https://github.com/redhat-plumbers-in-action/bugzilla/compare/v3.1.0...v3.1.1)

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bugzilla",
"version": "3.1.1",
"version": "3.1.2",
"description": "A NodeJS module to access Bugzilla instances through the REST API.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -58,4 +58,4 @@
"luxon": "^3.0.1"
},
"packageManager": "[email protected]"
}
}

0 comments on commit c0957f2

Please sign in to comment.