Skip to content

Commit

Permalink
v1.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
blckclov3r committed Mar 30, 2024
1 parent 609c154 commit 511e9b2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,14 +172,14 @@ If you prefer not to install the package and want to include the ECMAScript modu
project, you can use the following script tag:

- CDN (
jsDelivr): [`https://cdn.jsdelivr.net/npm/[email protected].3/dist/index.mjs`](https://cdn.jsdelivr.net/npm/[email protected].3/dist/index.mjs)
jsDelivr): [`https://cdn.jsdelivr.net/npm/[email protected].4/dist/index.mjs`](https://cdn.jsdelivr.net/npm/[email protected].4/dist/index.mjs)

- npm: [`https://unpkg.com/[email protected].3/dist/index.mjs`](https://unpkg.com/[email protected].3/dist/index.mjs)
- npm: [`https://unpkg.com/[email protected].4/dist/index.mjs`](https://unpkg.com/[email protected].4/dist/index.mjs)

```html

<script type="module">
import usePostalPH from 'https://unpkg.com/[email protected].3/dist/index.mjs';
import usePostalPH from 'https://unpkg.com/[email protected].4/dist/index.mjs';
const {
fetchDataLists,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "use-postal-ph",
"version": "1.1.3",
"version": "1.1.4",
"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.",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
Expand Down

0 comments on commit 511e9b2

Please sign in to comment.