Skip to content

Commit

Permalink
chore: release v0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Limitless-Kode committed Mar 29, 2023
1 parent 2e63837 commit 3f369ba
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@


## [0.2.2](https://github.com/limitless-kode/laravel-query-builder/compare/0.2.1...0.2.2) (2023-03-29)


### Bug Fixes

* added linting, formatting and building the project to github actions ([2e63837](https://github.com/limitless-kode/laravel-query-builder/commit/2e63837dd0df2ad6bdc2857a877e90fb6aadade8))

## [0.2.1](https://github.com/limitless-kode/laravel-query-builder/compare/0.2.0...0.2.1) (2023-03-29)

## [0.2.0](https://github.com/limitless-kode/laravel-query-builder/compare/0.1.2...0.2.0) (2023-03-29)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"type": "git",
"url": "git+https://github.com/limitless-kode/laravel-query-builder.git"
},
"version": "0.2.1",
"version": "0.2.2",
"description": "JavaScript Query Builder provides an easy way to build a query string compatible with spatie/laravel-query-builder.",
"main": "./dist/index.js",
"scripts": {
Expand Down

0 comments on commit 3f369ba

Please sign in to comment.