From 14dc4e5050240faeb0f8d16b51e16f7c472480a4 Mon Sep 17 00:00:00 2001 From: Jan Macku Date: Fri, 9 Jun 2023 08:55:35 +0200 Subject: [PATCH] 3.1.1 --- CHANGELOG.md | 8 +++++++- package.json | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e6ee83..e9f1462 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ # Change Log -# [Next](https://github.com/redhat-plumbers-in-action/bugzilla/compare/v3.1.0...main) +# [Next](https://github.com/redhat-plumbers-in-action/bugzilla/compare/v3.1.1...main) + +# [3.1.1](https://github.com/redhat-plumbers-in-action/bugzilla/compare/v3.1.0...v3.1.1) + +- Documentation fixes +- Dependency updates +- Drop support of NodeJS 14.x - EOL # [3.1.0](https://github.com/redhat-plumbers-in-action/bugzilla/compare/v3.0.0...v3.1.0) diff --git a/package.json b/package.json index a1d134e..47849e5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bugzilla", - "version": "3.1.0", + "version": "3.1.1", "description": "A NodeJS module to access Bugzilla instances through the REST API.", "main": "dist/index.js", "types": "dist/index.d.ts",