Skip to content

Commit

Permalink
chore: Bump CLI package
Browse files Browse the repository at this point in the history
  • Loading branch information
johnjcsmith committed Nov 28, 2024
1 parent 3cc3116 commit 3dd0a91
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ name: Update Changelog
on:
push:
tags:
- "**/v*"
- '**'

skip: [] # Allows `[skip ci]` commits

jobs:
generate_changelog:
Expand Down
2 changes: 1 addition & 1 deletion cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@inferable/cli",
"version": "0.24.6",
"version": "0.24.7",
"description": "CLI for inferable.ai",
"bin": {
"inf": "bin/index.js"
Expand Down

0 comments on commit 3dd0a91

Please sign in to comment.