Skip to content

Commit 1b8ba18

Browse files
Release 1.115.1
[skip ci] ## <small>1.115.1 (2025-09-08)</small> * chore: add permissions to release ([05c3648](05c3648)) * chore: use npm trusted publisher ([5743672](5743672)) * fix: qix (#275) ([f8f40fd](f8f40fd)), closes [#275](#275)
1 parent 05c3648 commit 1b8ba18

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

CHANGELOG.md

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

3+
## <small>1.115.1 (2025-09-08)</small>
4+
5+
* chore: add permissions to release ([05c3648](https://github.com/cnpm/bug-versions/commit/05c3648))
6+
* chore: use npm trusted publisher ([5743672](https://github.com/cnpm/bug-versions/commit/5743672))
7+
* fix: qix (#275) ([f8f40fd](https://github.com/cnpm/bug-versions/commit/f8f40fd)), closes [#275](https://github.com/cnpm/bug-versions/issues/275)
8+
39
## [1.115.0](https://github.com/cnpm/bug-versions/compare/v1.114.0...v1.115.0) (2025-07-31)
410

511

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
{
22
"name": "bug-versions",
3-
"version": "1.115.0",
3+
"version": "1.115.1",
44
"description": "collect all bug versions on npm package",
55
"main": "index.js",
6-
"files": ["index.js"],
6+
"files": [
7+
"index.js"
8+
],
79
"scripts": {
810
"test": "node --test && find-duplicated-property-keys -s package.json",
911
"preci": "npm run lint",
@@ -1368,4 +1370,3 @@
13681370
}
13691371
}
13701372
}
1371-

0 commit comments

Comments
 (0)