Skip to content

Commit

Permalink
chore(release): 4.0.0-alpha.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephan Huber committed Nov 5, 2024
1 parent 1aa027c commit e37e863
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [4.0.0-alpha.4](https://github.com/factorial-io/phabalicious/compare/4.0.0-alpha.2...4.0.0-alpha.4) (2024-11-05)


### Bug Fixes

* autocompletion for fish ([1aa027c](https://github.com/factorial-io/phabalicious/commit/1aa027c2f69cbb6b75ac14f0d1437b482989f905))

## [4.0.0-alpha.3](https://github.com/factorial-io/phabalicious/compare/4.0.0-alpha.2...4.0.0-alpha.3) (2024-11-05)


### Bug Fixes

* autocompletion for fish ([1aa027c](https://github.com/factorial-io/phabalicious/commit/1aa027c2f69cbb6b75ac14f0d1437b482989f905))

## [4.0.0-alpha.2](https://github.com/factorial-io/phabalicious/compare/4.0.0-alpha.1...4.0.0-alpha.2) (2024-11-05)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "phabalicious",
"version": "4.0.0-alpha.2",
"version": "4.0.0-alpha.4",
"main": "index.js",
"repository": "https://github.com/factorial-io/phabalicious.git",
"author": "Stephan Huber <stephan@factorial.io>",
Expand Down
2 changes: 1 addition & 1 deletion src/Utilities/Utilities.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
class Utilities
{

const FALLBACK_VERSION = '4.0.0-alpha.2';
const FALLBACK_VERSION = '4.0.0-alpha.4';
const COMBINED_ARGUMENTS = 'combined';
const UNNAMED_ARGUMENTS = 'unnamedArguments';

Expand Down

0 comments on commit e37e863

Please sign in to comment.