Skip to content

Commit 74364c9

Browse files
Versão 1.0.0
1 parent 2dd8036 commit 74364c9

3 files changed

Lines changed: 3 additions & 2 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: v0.0.0
3+
rev: v1.0.0
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/cod3rocker/pre-commit-hooks:v0.0.0
3+
entry: ghcr.io/cod3rocker/pre-commit-hooks:v1.0.0
44
language: docker_image
55

66
- id: cod3rocket-dev

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"name": "pre-commit-hooks",
3+
"version": "1.0.0",
34
"module": "entrypoint.ts",
45
"type": "module",
56
"private": true,

0 commit comments

Comments
 (0)