Skip to content

Commit

Permalink
add v0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
khalyomede committed Oct 2, 2023
1 parent 0b68558 commit 4b35191
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.1.2] - 2023-09-19

### Fixed

- Keys containing a colon will now be correctly detected ([#53](https://github.com/khalyomede/laravel-translate/issues/53)).
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.1.1",
"version": "0.1.2",
"autoload": {
"psr-4": {
"Khalyomede\\LaravelTranslate\\": "src/"
Expand Down Expand Up @@ -61,4 +61,4 @@
]
}
}
}
}

0 comments on commit 4b35191

Please sign in to comment.