Skip to content

Commit

Permalink
chore(release): 0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
feryardiant committed Nov 2, 2023
1 parent f2b240f commit 1e29d72
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@

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.

### [0.1.4](https://github.com/creasico/laravel-nusa/compare/v0.1.3...v0.1.4) (2023-11-02)


### Features

* **api:** add `with` query string to include certain fields or relations ([94580b2](https://github.com/creasico/laravel-nusa/commit/94580b229ca8373ec908749beeb865dcda25f902))
* **api:** add ability to filter villages by `postal_code` ([ffde718](https://github.com/creasico/laravel-nusa/commit/ffde718e32dd1c46cb55eb3d59fc56f0c3f50aeb))
* **api:** add ability to use `search` query on subroutes ([a0949da](https://github.com/creasico/laravel-nusa/commit/a0949daa9d56eb94a89f6076e4e4dae76d2a64f9))
* **dev:** enable vscode debuging config ([70c74f3](https://github.com/creasico/laravel-nusa/commit/70c74f3d5a4a4aa294ba34065afbd4c65324d7f7))


### Bug Fixes

* **api:** fix `with` query string does not return expected output ([62bc1a6](https://github.com/creasico/laravel-nusa/commit/62bc1a675539cdcafd4b1f7686c083cf0abd0edc))

### [0.1.3](https://github.com/creasico/laravel-nusa/compare/v0.1.2...v0.1.3) (2023-09-24)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.1.3",
"version": "0.1.4",
"private": true,
"packageManager": "[email protected]",
"author": "Creasi Developers <[email protected]>",
Expand Down

0 comments on commit 1e29d72

Please sign in to comment.