From 2b3844fc1c1b7eb054a8f0b38e855a7b0f8b58fd Mon Sep 17 00:00:00 2001 From: Jan Macku Date: Tue, 10 Jan 2023 09:16:43 +0100 Subject: [PATCH] 3.1.0 --- CHANGELOG.md | 3 +++ package.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c69758..2e6ee83 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,9 @@ # [3.1.0](https://github.com/redhat-plumbers-in-action/bugzilla/compare/v3.0.0...v3.1.0) +- Security fixes (xmldom, luxon) +- Improved automation and CI + # [3.0.0](https://github.com/redhat-plumbers-in-action/bugzilla/compare/v2.2.0...v3.0.0) - Run tests against a live Bugzilla instance. diff --git a/package.json b/package.json index 7058020..9ede6d2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bugzilla", - "version": "3.0.0", + "version": "3.1.0", "description": "A NodeJS module to access Bugzilla instances through the REST API.", "main": "dist/index.js", "types": "dist/index.d.ts",