Skip to content

Commit

Permalink
chore(release): bump to v0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cofin committed Nov 30, 2024
1 parent 2a05fc3 commit 4d28bb1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "litestar-vite-plugin",
"version": "0.7.0",
"version": "0.7.1",
"type": "module",
"description": "Litestar plugin for Vite.",
"keywords": [
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ license = { text = "MIT" }
name = "litestar-vite"
readme = "README.md"
requires-python = ">=3.8"
version = "0.7.0"
version = "0.7.1"

[project.urls]
Changelog = "https://cofin.github.io/litestar-vite/latest/changelog"
Expand Down Expand Up @@ -85,7 +85,7 @@ test = [
allow_dirty = true
commit = true
commit_args = "--no-verify"
current_version = "0.7.0"
current_version = "0.7.1"
ignore_missing_files = false
ignore_missing_version = false
message = "chore(release): bump to v{new_version}"
Expand Down
4 changes: 2 additions & 2 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4d28bb1

Please sign in to comment.