Skip to content

Commit

Permalink
chore: release version 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
boidolr committed Jan 2, 2024
1 parent 0c9ea27 commit b1e1c9a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/release.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# https://docs.github.com/en/repositories/releasing-projects-on-github/automatically-generated-release-notes
changelog:
exclude:
labels: [github-actions]
labels: [github-actions, pre-commit]
categories:
- title: Changes
labels: ["*"]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Git hooks to optimize images based on the [pre-commit](https://github.com/pre-co
Add this to your `.pre-commit-config.yaml`:
```
- repo: https://github.com/boidolr/pre-commit-images
rev: v1.4.0 # Use the ref you want to point at
rev: v1.5.0 # Use the ref you want to point at
hooks:
- id: optimize-png
# - id: ...
Expand Down
2 changes: 1 addition & 1 deletion pre_commit_images/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = "1.4.0"
VERSION = "1.5.0"

0 comments on commit b1e1c9a

Please sign in to comment.