diff --git a/CHANGELOG.md b/CHANGELOG.md index 69cc838..d86f2fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ +# v0.11.1 (2023-10-23T08:44:44Z) + +This changelog is generated by [GitHub Releases](https://github.com/intlify/utils/releases/tag/v0.11.1) + + + +## What's Changed +### 📝️ Documentations +* fix: deno example by @kazupon in https://github.com/intlify/utils/pull/33 +* fix: wrong docs by @kazupon in https://github.com/intlify/utils/pull/34 + + +**Full Changelog**: https://github.com/intlify/utils/compare/v0.11.0...v0.11.1 + + # v0.11.0 (2023-10-23T08:22:42Z) This changelog is generated by [GitHub Releases](https://github.com/intlify/utils/releases/tag/v0.11.0) diff --git a/deno/README.md b/deno/README.md index efefce4..18e3245 100644 --- a/deno/README.md +++ b/deno/README.md @@ -61,24 +61,12 @@ in your code: * or, you can also use import maps * https://docs.deno.com/runtime/manual/basics/import_maps */ -import { ... } from 'https://esm.sh/@intlify/utils' +import { ... } from 'https://deno.land/x/intlify_utils/mod.ts' // something todo // ... ``` -
- Using Edge Releases - -```ts -import { ... } from 'https://esm.sh/@intlify/utils-edge' - -// something todo -// ... -``` - -
- ### 🥟 Bun ```sh @@ -102,6 +90,18 @@ import { isLocale } from 'https://esm.sh/@intlify/utils' ``` +
+ Using Edge Releases + +```ts +import { isLocale } from 'https://esm.sh/@intlify/utils-edge' + +// something todo +// ... +``` + +
+ ## 🍭 Playground You can play the below examples: