Skip to content

Commit 74d3209

Browse files
authored
Merge pull request #4 from OpenForgeProject/release-please--branches--main--components--supply-chain-scanner
chore(main): release 1.1.1
2 parents a0374a6 + 121fecb commit 74d3209

4 files changed

Lines changed: 10 additions & 3 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.1.0"
2+
".": "1.1.1"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.1.1](https://github.com/OpenForgeProject/supply-chain-scanner/compare/v1.1.0...v1.1.1) (2026-05-21)
4+
5+
6+
### Bug Fixes
7+
8+
* remove unnecessary release-type configuration from release-please files ([a0374a6](https://github.com/OpenForgeProject/supply-chain-scanner/commit/a0374a609c4a5c5529d74ca1297fbbd1b4246e00))
9+
310
## [1.1.0](https://github.com/OpenForgeProject/supply-chain-scanner/compare/v1.0.0...v1.1.0) (2026-05-21)
411

512

check.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ const fs = require("fs");
33
const path = require("path");
44
const https = require("https");
55

6-
const SCANNER_VERSION = '1.0.0'; // x-release-please-version
6+
const SCANNER_VERSION = '1.1.1'; // x-release-please-version
77
const DEFAULT_GITHUB_CSV_URL = 'https://github.com/OpenForgeProject/supply-chain-scanner/tree/main/csv';
88

99
function parseCsvLine(line) {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "supply-chain-scanner",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "CLI scanner for compromised npm packages based on CSV advisories.",
55
"bin": {
66
"supply-chain-scanner": "./check.js"

0 commit comments

Comments
 (0)