Skip to content

Commit

Permalink
add v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
khalyomede committed Nov 27, 2023
1 parent 65d59b6 commit 2ec2592
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.3.0] - 2023-11-27

### Added

- Support for PHP 8.3 ([#57](https://github.com/khalyomede/laravel-translate/issues/57)).
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Translate missing keys in JSON file, CI friendly.",
"type": "library",
"license": "MIT",
"version": "0.2.0",
"version": "0.3.0",
"autoload": {
"psr-4": {
"Khalyomede\\LaravelTranslate\\": "src/"
Expand Down Expand Up @@ -61,4 +61,4 @@
]
}
}
}
}

0 comments on commit 2ec2592

Please sign in to comment.