diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a37f98..a679742 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.2...main) +# [Next](https://github.com/redhat-plumbers-in-action/bugzilla/compare/v3.1.3...main) + +# [3.1.3](https://github.com/redhat-plumbers-in-action/bugzilla/compare/v3.1.2...v3.1.3) + +- Allow is_private field for attachments to be a number +- Use vitest instead of jest +- Dependency updates # [3.1.2](https://github.com/redhat-plumbers-in-action/bugzilla/compare/v3.1.1...v3.1.2) diff --git a/package.json b/package.json index 38295da..bdd95bd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bugzilla", - "version": "3.1.2", + "version": "3.1.3", "description": "A NodeJS module to access Bugzilla instances through the REST API.", "main": "dist/index.js", "types": "dist/index.d.ts",