Skip to content

Commit

Permalink
chore(release): 3.8.24
Browse files Browse the repository at this point in the history
  • Loading branch information
stmh committed Jul 17, 2023
1 parent 6c3e72a commit dfe047c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

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.

### [3.8.24](https://github.com/factorial-io/phabalicious/compare/3.8.23...3.8.24) (2023-07-17)


### Bug Fixes

* Fix faulty test for additionalNeeds ([2892675](https://github.com/factorial-io/phabalicious/commit/28926756898acf6b5234b59b33f1ab449d244ce8))
* Merge `additional_needs` properly with `needs` (fixes [#311](https://github.com/factorial-io/phabalicious/issues/311)) ([606202e](https://github.com/factorial-io/phabalicious/commit/606202e2c643ce5493b5ddf111d6e4cd804df345))

### [3.8.23](https://github.com/factorial-io/phabalicious/compare/3.8.22...3.8.23) (2023-07-14)

### Bug fixes
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": "3.8.23",
"version": "3.8.24",
"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 = '3.8.23';
const FALLBACK_VERSION = '3.8.24';
const COMBINED_ARGUMENTS = 'combined';
const UNNAMED_ARGUMENTS = 'unnamedArguments';

Expand Down

0 comments on commit dfe047c

Please sign in to comment.