Skip to content

Commit

Permalink
chore(release): 2.6.6 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
qiwibot committed Feb 19, 2024
1 parent 285d3da commit 4b676f9
Show file tree
Hide file tree
Showing 5 changed files with 40 additions and 35 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## [2.6.6](https://github.com/qiwi/zx-extra/compare/v2.6.5...v2.6.6) (2024-02-19)

### Fixes & improvements
* perf: ci update gh-token permissions ([285d3da](https://github.com/qiwi/zx-extra/commit/285d3da0c771d3fc558fd78f9ffc0fba92e2e53c))

## [2.6.5](https://github.com/qiwi/zx-extra/compare/v2.6.4...v2.6.5) (2024-02-19)

### Fixes & improvements
Expand Down
8 changes: 4 additions & 4 deletions codeclimate.0.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"branch": "master",
"build_identifier": "",
"build_url": "",
"commit_sha": "3f35e5b86da6ab0bb85fa563b36997e77c5c9639",
"committed_at": 1708343415,
"commit_sha": "285d3da0c771d3fc558fd78f9ffc0fba92e2e53c",
"committed_at": 1708343893,
"name": "true"
},
"environment": {
Expand All @@ -18,8 +18,8 @@
},
"git": {
"branch": "master",
"head": "3f35e5b86da6ab0bb85fa563b36997e77c5c9639",
"committed_at": 1708343415
"head": "285d3da0c771d3fc558fd78f9ffc0fba92e2e53c",
"committed_at": 1708343893
},
"covered_percent": 97.70992366412213,
"covered_strength": 0,
Expand Down
56 changes: 28 additions & 28 deletions coverage.total.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"branch": "master",
"build_identifier": "",
"build_url": "",
"commit_sha": "3f35e5b86da6ab0bb85fa563b36997e77c5c9639",
"committed_at": 1708343415,
"commit_sha": "285d3da0c771d3fc558fd78f9ffc0fba92e2e53c",
"committed_at": 1708343893,
"name": "true"
},
"environment": {
Expand All @@ -18,8 +18,8 @@
},
"git": {
"branch": "master",
"head": "3f35e5b86da6ab0bb85fa563b36997e77c5c9639",
"committed_at": 1708343415
"head": "285d3da0c771d3fc558fd78f9ffc0fba92e2e53c",
"committed_at": 1708343893
},
"covered_percent": 97.70992366412213,
"covered_strength": 0,
Expand All @@ -29,30 +29,6 @@
"total": 393
},
"source_files": [
{
"blob_id": "a07dd09a81b0c5f45b2daa94fb05fb93f680ec82",
"coverage": "[1,1,1,1]",
"covered_percent": 100,
"covered_strength": 1,
"line_counts": {
"missed": 0,
"covered": 4,
"total": 4
},
"name": "src/main/js/cli.mjs"
},
{
"blob_id": "34d31088f198301c88714c7405d71ca8afaa00c0",
"coverage": "[1,1,1,1,1,1,1]",
"covered_percent": 100,
"covered_strength": 1,
"line_counts": {
"missed": 0,
"covered": 7,
"total": 7
},
"name": "src/main/js/goods.mjs"
},
{
"blob_id": "2b43b71d42fe02bb12ecbe363396af0436d1eece",
"coverage": "[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,11,11,11,11,11,1,1,68,20,19,19,1,1,1,1,1,1,1,1,20,48,48,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,4,4,4,4,4,4,4,1,1,4,12,12,12,12,12,4,4,8,4,4,9,6,6,6,3,9,1,1,2,2,2,2,2,9,4,1,1,5,5,5,2,2,5,5,2,0,0,0,5,1,1,5,5,5,5,4,4,1,1,1,5,5,5,1,1,3,3,5]",
Expand Down Expand Up @@ -88,6 +64,30 @@
"total": 250
},
"name": "src/test/js/test.mjs"
},
{
"blob_id": "a07dd09a81b0c5f45b2daa94fb05fb93f680ec82",
"coverage": "[1,1,1,1]",
"covered_percent": 100,
"covered_strength": 1,
"line_counts": {
"missed": 0,
"covered": 4,
"total": 4
},
"name": "src/main/js/cli.mjs"
},
{
"blob_id": "34d31088f198301c88714c7405d71ca8afaa00c0",
"coverage": "[1,1,1,1,1,1,1]",
"covered_percent": 100,
"covered_strength": 1,
"line_counts": {
"missed": 0,
"covered": 7,
"total": 7
},
"name": "src/main/js/goods.mjs"
}
],
"repo_token": "a2d62c5cfe3438a5a3cc0a395b851a53fc0e58e7a6f6eb6a268cb0d33ff60891"
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "zx-extra",
"version": "2.6.5",
"version": "2.6.6",
"description": "zx with some useful extras",
"main": "./src/main/js/index.mjs",
"types": "./src/main/js/index.d.ts",
Expand Down

0 comments on commit 4b676f9

Please sign in to comment.