File tree 2 files changed +20
-1
lines changed
2 files changed +20
-1
lines changed Original file line number Diff line number Diff line change
1
+ # v0.13.0 (2024-03-02T17:22:18Z)
2
+
3
+ This changelog is generated by [ GitHub Releases] ( https://github.com/intlify/utils/releases/tag/v0.13.0 )
4
+
5
+ <!-- Release notes generated using configuration in .github/release.yml at v0.13.0 -->
6
+
7
+ ## What's Changed
8
+ ### 🌟 Features
9
+ * feat: support jsr registory by @kazupon in https://github.com/intlify/utils/pull/44
10
+ ### 🐛 Bug Fixes
11
+ * fix: specify es-cookie version for deno by @kazupon in https://github.com/intlify/utils/pull/46
12
+ ### ⚡ Improvement Features
13
+ * fix: move fields to deno.jsonc by @kazupon in https://github.com/intlify/utils/pull/45
14
+
15
+
16
+ ** Full Changelog** : https://github.com/intlify/utils/compare/v0.12.0...v0.13.0
17
+
18
+
1
19
# v0.12.0 (2023-12-06T05:18:27Z)
2
20
3
21
This changelog is generated by [ GitHub Releases] ( https://github.com/intlify/utils/releases/tag/v0.12.0 )
Original file line number Diff line number Diff line change @@ -134,7 +134,8 @@ You can do `import { ... } from '@intlify/utils'` the above utilities
134
134
135
135
You can do ` import { ... } from '@intlify/utils' ` the above utilities
136
136
137
- > ⚠NOTE: for Node.js You need to do ` import { ... } from '@intlify/utils/node' `
137
+ > [ !NOTE]
138
+ > for Node.js You need to do ` import { ... } from '@intlify/utils/node' `
138
139
139
140
### HTTP
140
141
You can’t perform that action at this time.
0 commit comments