File tree Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Expand file tree Collapse file tree 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+
119# v0.12.0 (2023-12-06T05:18:27Z)
220
321This 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
134134
135135You can do ` import { ... } from '@intlify/utils' ` the above utilities
136136
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' `
138139
139140### HTTP
140141
You can’t perform that action at this time.
0 commit comments