diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ea3fbb33..3a3934c02 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # CodeQL Action Changelog +## [UNRELEASED] + +No user facing changes. + ## 2.1.13 - 21 Jun 2022 - Add the ability to filter queries from a code scanning run by using the `query-filters` option in the code scanning configuration file. [#1098](https://github.com/github/codeql-action/pull/1098) diff --git a/package-lock.json b/package-lock.json index e284a5c68..3eba435cd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "codeql", - "version": "2.1.13", + "version": "2.1.14", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "codeql", - "version": "2.1.13", + "version": "2.1.14", "license": "MIT", "dependencies": { "@actions/artifact": "^1.0.0", diff --git a/package.json b/package.json index dd8a91b75..6f6864652 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "codeql", - "version": "2.1.13", + "version": "2.1.14", "private": true, "description": "CodeQL action", "scripts": {