Skip to content

Commit 511e9b2

Browse files
committed
v1.1.4
1 parent 609c154 commit 511e9b2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

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

174174
- CDN (
175-
jsDelivr): [`https://cdn.jsdelivr.net/npm/use-postal-ph@1.1.3/dist/index.mjs`](https://cdn.jsdelivr.net/npm/use-postal-ph@1.1.3/dist/index.mjs)
175+
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)
176176

177-
- npm: [`https://unpkg.com/use-postal-ph@1.1.3/dist/index.mjs`](https://unpkg.com/use-postal-ph@1.1.3/dist/index.mjs)
177+
- 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)
178178

179179
```html
180180

181181
<script type="module">
182-
import usePostalPH from 'https://unpkg.com/use-postal-ph@1.1.3/dist/index.mjs';
182+
import usePostalPH from 'https://unpkg.com/use-postal-ph@1.1.4/dist/index.mjs';
183183
184184
const {
185185
fetchDataLists,

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.3",
3+
"version": "1.1.4",
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)