Skip to content

Commit 1e29d72

Browse files
committed
chore(release): 0.1.4
1 parent f2b240f commit 1e29d72

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
22

33
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.
44

5+
### [0.1.4](https://github.com/creasico/laravel-nusa/compare/v0.1.3...v0.1.4) (2023-11-02)
6+
7+
8+
### Features
9+
10+
* **api:** add `with` query string to include certain fields or relations ([94580b2](https://github.com/creasico/laravel-nusa/commit/94580b229ca8373ec908749beeb865dcda25f902))
11+
* **api:** add ability to filter villages by `postal_code` ([ffde718](https://github.com/creasico/laravel-nusa/commit/ffde718e32dd1c46cb55eb3d59fc56f0c3f50aeb))
12+
* **api:** add ability to use `search` query on subroutes ([a0949da](https://github.com/creasico/laravel-nusa/commit/a0949daa9d56eb94a89f6076e4e4dae76d2a64f9))
13+
* **dev:** enable vscode debuging config ([70c74f3](https://github.com/creasico/laravel-nusa/commit/70c74f3d5a4a4aa294ba34065afbd4c65324d7f7))
14+
15+
16+
### Bug Fixes
17+
18+
* **api:** fix `with` query string does not return expected output ([62bc1a6](https://github.com/creasico/laravel-nusa/commit/62bc1a675539cdcafd4b1f7686c083cf0abd0edc))
19+
520
### [0.1.3](https://github.com/creasico/laravel-nusa/compare/v0.1.2...v0.1.3) (2023-09-24)
621

722

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.1.3",
2+
"version": "0.1.4",
33
"private": true,
44
"packageManager": "[email protected]",
55
"author": "Creasi Developers <[email protected]>",

0 commit comments

Comments
 (0)