Skip to content

Commit

Permalink
v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
azu committed Sep 12, 2021
1 parent 4814659 commit 7c12241
Show file tree
Hide file tree
Showing 6 changed files with 37 additions and 4 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.1.1](https://github.com/pkgdeps/unverified-checksum-checker/compare/v1.1.0...v1.1.1) (2021-09-12)


### Bug Fixes

* support heredoc ([4814659](https://github.com/pkgdeps/unverified-checksum-checker/commit/4814659adb18d9efc6b321e1dd5ece749710a06b))





# 1.1.0 (2021-09-12)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -2,7 +2,7 @@
"packages": [
"packages/*"
],
"version": "1.1.0",
"version": "1.1.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.1.1](https://github.com/pkgdeps/unverified-checksum-checker/compare/v1.1.0...v1.1.1) (2021-09-12)


### Bug Fixes

* support heredoc ([4814659](https://github.com/pkgdeps/unverified-checksum-checker/commit/4814659adb18d9efc6b321e1dd5ece749710a06b))





# 1.1.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.1.0",
"version": "1.1.1",
"description": "Collection checking checksum operations in shellscript.",
"keywords": [
"shellscript",
Expand Down
11 changes: 11 additions & 0 deletions packages/secretlint-rule-checksum/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.1.1](https://github.com/pkgdeps/unverified-checksum-checker/compare/v1.1.0...v1.1.1) (2021-09-12)


### Bug Fixes

* support heredoc ([4814659](https://github.com/pkgdeps/unverified-checksum-checker/commit/4814659adb18d9efc6b321e1dd5ece749710a06b))





# 1.1.0 (2021-09-12)


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.1.0",
"version": "1.1.1",
"description": "secretlint rule that check if checking checksum.",
"keywords": [
"secretlint",
Expand Down Expand Up @@ -48,7 +48,7 @@
"trailingComma": "none"
},
"dependencies": {
"@pkgdeps/checksum-collector": "^1.1.0"
"@pkgdeps/checksum-collector": "^1.1.1"
},
"devDependencies": {
"@secretlint/tester": "^3.3.0",
Expand Down

0 comments on commit 7c12241

Please sign in to comment.