Skip to content

Commit

Permalink
chore: sync changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
kazupon authored and github-actions[bot] committed Oct 23, 2023
1 parent 5f90fd3 commit 5e2c31f
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 13 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)

<!-- Release notes generated using configuration in .github/release.yml at 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)
Expand Down
26 changes: 13 additions & 13 deletions deno/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
// ...
```

<details>
<summary>Using Edge Releases</summary>

```ts
import { ... } from 'https://esm.sh/@intlify/utils-edge'

// something todo
// ...
```

</details>

### 🥟 Bun

```sh
Expand All @@ -102,6 +90,18 @@ import { isLocale } from 'https://esm.sh/@intlify/utils'
</script>
```

<details>
<summary>Using Edge Releases</summary>

```ts
import { isLocale } from 'https://esm.sh/@intlify/utils-edge'

// something todo
// ...
```

</details>

## 🍭 Playground

You can play the below examples:
Expand Down

0 comments on commit 5e2c31f

Please sign in to comment.