From c0957f281d97eb1c303014824c5af6578131f54d Mon Sep 17 00:00:00 2001 From: Jan Macku Date: Tue, 10 Oct 2023 13:12:00 +0200 Subject: [PATCH] 3.1.2 --- CHANGELOG.md | 7 ++++++- package.json | 4 ++-- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e9f1462..5a37f98 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index 8e8755d..24de939 100644 --- a/package.json +++ b/package.json @@ -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", @@ -58,4 +58,4 @@ "luxon": "^3.0.1" }, "packageManager": "yarn@3.6.4" -} +} \ No newline at end of file