Skip to content

Commit d88a192

Browse files
Versão 1.0.1
1 parent 71a5124 commit d88a192

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: .
3-
rev: v1.0.0
3+
rev: v1.0.1
44
hooks:
55
- id: cod3rocket
66
exclude: test/

.pre-commit-hooks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
- id: cod3rocket
22
name: Cod3Rocket
3-
entry: ghcr.io/cod3rocket/pre-commit-hooks:v1.0.0
3+
entry: ghcr.io/cod3rocket/pre-commit-hooks:v1.0.1
44
language: docker_image
55

66
- id: cod3rocket-dev

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pre-commit-hooks",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"module": "entrypoint.ts",
55
"type": "module",
66
"private": true,

0 commit comments

Comments
 (0)