Skip to content

Commit

Permalink
fixed bug
Browse files Browse the repository at this point in the history
  • Loading branch information
heminei committed Dec 30, 2024
1 parent d53e855 commit 58d69d1
Show file tree
Hide file tree
Showing 4 changed files with 123 additions and 117 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.MD
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [2.1.2] - 2024-12-30

### Changed

- fixed bugs

## [2.1.1] - 2024-12-23

### Added
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "hemiframe/php-query-builder",
"description": "Powerful and lightweight PHP SQL Query Builder",
"version": "2.1.1",
"version": "2.1.2",
"keywords": [
"PHP",
"SQL builder",
Expand Down Expand Up @@ -42,4 +42,4 @@
"composer run-script phpstan"
]
}
}
}
Loading

0 comments on commit 58d69d1

Please sign in to comment.