diff --git a/CHANGELOG.md b/CHANGELOG.md index 6382cfb1e6..a9aa356fff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## [UNRELEASED] +No user facing changes. + +## 2.1.21 - 25 Aug 2022 + - Improve error messages when the code scanning configuration file includes an invalid `queries` block or an invalid `query-filters` block. [#1208](https://github.com/github/codeql-action/pull/1208) - Fix a bug where Go build tracing could fail on Windows. [#1209](https://github.com/github/codeql-action/pull/1209) diff --git a/node_modules/.package-lock.json b/node_modules/.package-lock.json index d62e261aea..0cbf955c55 100644 --- a/node_modules/.package-lock.json +++ b/node_modules/.package-lock.json @@ -1,6 +1,6 @@ { "name": "codeql", - "version": "2.1.21", + "version": "2.1.22", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package-lock.json b/package-lock.json index 4c4ffc7650..64167bf749 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "codeql", - "version": "2.1.21", + "version": "2.1.22", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "codeql", - "version": "2.1.21", + "version": "2.1.22", "license": "MIT", "dependencies": { "@actions/artifact": "^1.0.0", diff --git a/package.json b/package.json index 7e23a29fd3..46d4f30bc9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "codeql", - "version": "2.1.21", + "version": "2.1.22", "private": true, "description": "CodeQL action", "scripts": {