diff --git a/CHANGELOG.md b/CHANGELOG.md index b82531fbf..bf408e51c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # CodeQL Action Changelog +## [UNRELEASED] + +No user facing changes. + ## 2.1.33 - 16 Nov 2022 - Go is now analyzed in the same way as other compiled languages such as C/C++, C#, and Java. This completes the rollout of the feature described in [CodeQL Action version 2.1.27](#2127---06-oct-2022). [#1322](https://github.com/github/codeql-action/pull/1322) diff --git a/package-lock.json b/package-lock.json index 1ed51b87f..132568570 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "codeql", - "version": "2.1.33", + "version": "2.1.34", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "codeql", - "version": "2.1.33", + "version": "2.1.34", "license": "MIT", "dependencies": { "@actions/artifact": "^1.1.0", diff --git a/package.json b/package.json index 49e95fd88..47a274bfe 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "codeql", - "version": "2.1.33", + "version": "2.1.34", "private": true, "description": "CodeQL action", "scripts": {