Skip to content

Commit

Permalink
v1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
azu committed Nov 24, 2021
1 parent ab4ba30 commit 871fbae
Show file tree
Hide file tree
Showing 8 changed files with 44 additions and 6 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.3.1](https://github.com/pkgdeps/unverified-checksum-checker/compare/v1.3.0...v1.3.1) (2021-11-24)


### Bug Fixes

* **checksum-collector:** strip ' and " from binary name ([ab4ba30](https://github.com/pkgdeps/unverified-checksum-checker/commit/ab4ba30a1c0b4068293cf9e69075e6f13d6f8b66))





# [1.3.0](https://github.com/pkgdeps/unverified-checksum-checker/compare/v1.2.1...v1.3.0) (2021-09-12)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -2,7 +2,7 @@
"packages": [
"packages/*"
],
"version": "1.3.0",
"version": "1.3.1",
"npmClient": "yarn",
"includeMergedTags": true
}
11 changes: 11 additions & 0 deletions packages/checksum-collector/CHANGELOG.md
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.3.1](https://github.com/pkgdeps/unverified-checksum-checker/compare/v1.3.0...v1.3.1) (2021-11-24)


### Bug Fixes

* **checksum-collector:** strip ' and " from binary name ([ab4ba30](https://github.com/pkgdeps/unverified-checksum-checker/commit/ab4ba30a1c0b4068293cf9e69075e6f13d6f8b66))





# [1.3.0](https://github.com/pkgdeps/unverified-checksum-checker/compare/v1.2.1...v1.3.0) (2021-09-12)


Expand Down
2 changes: 1 addition & 1 deletion packages/checksum-collector/package.json
@@ -1,6 +1,6 @@
{
"name": "@pkgdeps/checksum-collector",
"version": "1.3.0",
"version": "1.3.1",
"description": "Collection checking checksum operations in shellscript.",
"keywords": [
"shellscript",
Expand Down
8 changes: 8 additions & 0 deletions packages/secretlint-rule-checksum/CHANGELOG.md
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.3.1](https://github.com/pkgdeps/unverified-checksum-checker/compare/v1.3.0...v1.3.1) (2021-11-24)

**Note:** Version bump only for package @pkgdeps/secretlint-rule-checksum





# [1.3.0](https://github.com/pkgdeps/unverified-checksum-checker/compare/v1.2.1...v1.3.0) (2021-09-12)

**Note:** Version bump only for package @pkgdeps/secretlint-rule-checksum
Expand Down
4 changes: 2 additions & 2 deletions packages/secretlint-rule-checksum/package.json
@@ -1,6 +1,6 @@
{
"name": "@pkgdeps/secretlint-rule-checksum",
"version": "1.3.0",
"version": "1.3.1",
"description": "secretlint rule that check if checking checksum.",
"keywords": [
"secretlint",
Expand Down Expand Up @@ -49,7 +49,7 @@
"trailingComma": "none"
},
"dependencies": {
"@pkgdeps/checksum-collector": "^1.3.0"
"@pkgdeps/checksum-collector": "^1.3.1"
},
"devDependencies": {
"@secretlint/tester": "^4.1.3",
Expand Down
8 changes: 8 additions & 0 deletions packages/unverified-checksum-checker/CHANGELOG.md
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.3.1](https://github.com/pkgdeps/unverified-checksum-checker/compare/v1.3.0...v1.3.1) (2021-11-24)

**Note:** Version bump only for package @pkgdeps/unverified-checksum-checker





# [1.3.0](https://github.com/pkgdeps/unverified-checksum-checker/compare/v1.2.1...v1.3.0) (2021-09-12)


Expand Down
4 changes: 2 additions & 2 deletions packages/unverified-checksum-checker/package.json
@@ -1,6 +1,6 @@
{
"name": "@pkgdeps/unverified-checksum-checker",
"version": "1.3.0",
"version": "1.3.1",
"description": "A command line tool that check if checking checksum in shellscript.",
"keywords": [
"checksum",
Expand Down Expand Up @@ -48,7 +48,7 @@
"trailingComma": "none"
},
"dependencies": {
"@pkgdeps/checksum-collector": "^1.3.0",
"@pkgdeps/checksum-collector": "^1.3.1",
"globby": "^12.0.2",
"meow": "^10.1.2"
},
Expand Down

0 comments on commit 871fbae

Please sign in to comment.