Skip to content

Commit

Permalink
v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
azu committed Sep 12, 2021
1 parent d067825 commit 5d9e45d
Show file tree
Hide file tree
Showing 8 changed files with 47 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.0](https://github.com/pkgdeps/unverified-checksum-checker/compare/v1.2.1...v1.3.0) (2021-09-12)


### Features

* add line ([d067825](https://github.com/pkgdeps/unverified-checksum-checker/commit/d0678252d4d52ada14905c88faf215920b7dcb49))





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


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


### Features

* add line ([d067825](https://github.com/pkgdeps/unverified-checksum-checker/commit/d0678252d4d52ada14905c88faf215920b7dcb49))





# [1.2.0](https://github.com/pkgdeps/unverified-checksum-checker/compare/v1.1.1...v1.2.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.2.0",
"version": "1.3.0",
"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.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





# [1.2.0](https://github.com/pkgdeps/unverified-checksum-checker/compare/v1.1.1...v1.2.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.2.0",
"version": "1.3.0",
"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.2.0"
"@pkgdeps/checksum-collector": "^1.3.0"
},
"devDependencies": {
"@secretlint/tester": "^3.3.0",
Expand Down
11 changes: 11 additions & 0 deletions packages/unverified-checksum-checker/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.0](https://github.com/pkgdeps/unverified-checksum-checker/compare/v1.2.1...v1.3.0) (2021-09-12)


### Features

* add line ([d067825](https://github.com/pkgdeps/unverified-checksum-checker/commit/d0678252d4d52ada14905c88faf215920b7dcb49))





## [1.2.1](https://github.com/pkgdeps/unverified-checksum-checker/compare/v1.2.0...v1.2.1) (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.2.1",
"version": "1.3.0",
"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.2.0",
"@pkgdeps/checksum-collector": "^1.3.0",
"globby": "^12.0.2",
"meow": "^10.1.1"
},
Expand Down

0 comments on commit 5d9e45d

Please sign in to comment.