Skip to content

Commit 5e2c31f

Browse files
kazupongithub-actions[bot]
authored andcommitted
chore: sync changelog
1 parent 5f90fd3 commit 5e2c31f

File tree

2 files changed

+28
-13
lines changed

2 files changed

+28
-13
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
# v0.11.1 (2023-10-23T08:44:44Z)
2+
3+
This changelog is generated by [GitHub Releases](https://github.com/intlify/utils/releases/tag/v0.11.1)
4+
5+
<!-- Release notes generated using configuration in .github/release.yml at v0.11.1 -->
6+
7+
## What's Changed
8+
### 📝️ Documentations
9+
* fix: deno example by @kazupon in https://github.com/intlify/utils/pull/33
10+
* fix: wrong docs by @kazupon in https://github.com/intlify/utils/pull/34
11+
12+
13+
**Full Changelog**: https://github.com/intlify/utils/compare/v0.11.0...v0.11.1
14+
15+
116
# v0.11.0 (2023-10-23T08:22:42Z)
217

318
This changelog is generated by [GitHub Releases](https://github.com/intlify/utils/releases/tag/v0.11.0)

deno/README.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -61,24 +61,12 @@ in your code:
6161
* or, you can also use import maps
6262
* https://docs.deno.com/runtime/manual/basics/import_maps
6363
*/
64-
import { ... } from 'https://esm.sh/@intlify/utils'
64+
import { ... } from 'https://deno.land/x/intlify_utils/mod.ts'
6565

6666
// something todo
6767
// ...
6868
```
6969

70-
<details>
71-
<summary>Using Edge Releases</summary>
72-
73-
```ts
74-
import { ... } from 'https://esm.sh/@intlify/utils-edge'
75-
76-
// something todo
77-
// ...
78-
```
79-
80-
</details>
81-
8270
### 🥟 Bun
8371

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

93+
<details>
94+
<summary>Using Edge Releases</summary>
95+
96+
```ts
97+
import { isLocale } from 'https://esm.sh/@intlify/utils-edge'
98+
99+
// something todo
100+
// ...
101+
```
102+
103+
</details>
104+
105105
## 🍭 Playground
106106

107107
You can play the below examples:

0 commit comments

Comments
 (0)