Skip to content

Commit c83be13

Browse files
committed
chore(release): 0.1.1
1 parent a7a8e4a commit c83be13

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
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.1](https://github.com/creasico/laravel-nusa/compare/v0.1.0...v0.1.1) (2023-07-20)
6+
7+
8+
### Features
9+
10+
* add new interface and trait to helps models with coordinate info ([be46731](https://github.com/creasico/laravel-nusa/commit/be4673139b214198241efc4baf80144cdea9b8ae))
11+
* **deps:** utilize `package:test` command from `orchestra/testbench` to run the tests ([1da613f](https://github.com/creasico/laravel-nusa/commit/1da613f3b0421f438c2dea77884ee8015c0e8587))
12+
* register `Province`, `Regency`, `District` and `Village` interface as container ([ba01162](https://github.com/creasico/laravel-nusa/commit/ba011628d90e51284ddc65458678eef0706349cd))
13+
514
## [0.1.0](https://github.com/creasico/laravel-nusa/compare/v0.0.6...v0.1.0) (2023-07-16)
615

716

package.json

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

0 commit comments

Comments
 (0)