Skip to content

Commit a9d3835

Browse files
committed
Merge branch 'v1.0.0'
2 parents f18dc5c + 035e978 commit a9d3835

File tree

9 files changed

+5615
-6444
lines changed

9 files changed

+5615
-6444
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@
33
dist
44
node_modules
55
.yarnrc.yml
6-
.yarn
6+
.yarn
7+
pnpm-lock.yaml

.npmignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,5 @@ tsconfig.json
77
tsup.config.ts
88
start.sh
99
.yarnrc.yml
10-
.yarn
10+
.yarn
11+
pnpm-lock.yaml

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -173,14 +173,14 @@ If you prefer not to install the package and want to include the ECMAScript modu
173173
project, you can use the following script tag:
174174

175175
- CDN (
176-
jsDelivr): [`https://cdn.jsdelivr.net/npm/use-postal-ph@1.1.4/dist/index.mjs`](https://cdn.jsdelivr.net/npm/use-postal-ph@1.1.4/dist/index.mjs)
176+
jsDelivr): [`https://cdn.jsdelivr.net/npm/use-postal-ph@1.1.5/dist/index.mjs`](https://cdn.jsdelivr.net/npm/use-postal-ph@1.1.5/dist/index.mjs)
177177

178-
- npm: [`https://unpkg.com/use-postal-ph@1.1.4/dist/index.mjs`](https://unpkg.com/use-postal-ph@1.1.4/dist/index.mjs)
178+
- npm: [`https://unpkg.com/use-postal-ph@1.1.5/dist/index.mjs`](https://unpkg.com/use-postal-ph@1.1.5/dist/index.mjs)
179179

180180
```html
181181

182182
<script type="module">
183-
import usePostalPH from 'https://unpkg.com/use-postal-ph@1.1.4/dist/index.mjs';
183+
import usePostalPH from 'https://unpkg.com/use-postal-ph@1.1.5/dist/index.mjs';
184184
185185
const {
186186
fetchDataLists,
@@ -199,9 +199,9 @@ postal code '6045'. It then logs the result to the console.
199199

200200
```json
201201
{
202-
"municipality": "Cebu",
202+
"location": "Cebu",
203203
"region": "VII",
204-
"location": "Talisay",
204+
"municipality": "Talisay",
205205
"post_code": 6045
206206
}
207207
```

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "use-postal-ph",
3-
"version": "1.1.4",
3+
"version": "1.1.5",
44
"description": "This utility library is specifically designed for the Philippines, providing comprehensive information on postal codes,\nmunicipalities, locations, and regions. Moreover, searching within the library is case insensitive.",
55
"main": "./dist/index.js",
66
"module": "./dist/index.mjs",

0 commit comments

Comments
 (0)