Skip to content

Commit 80745fa

Browse files
chore: update version
1 parent 9a97712 commit 80745fa

File tree

3 files changed

+11
-7
lines changed

3 files changed

+11
-7
lines changed

.changeset/tall-avocados-rule.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

package/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @astrolicious/i18n
22

3+
## 0.4.0
4+
5+
### Minor Changes
6+
7+
- 9a97712: Reworks internals to use Astro Integration Kit 0.13, this is non breaking
8+
39
## 0.3.3
410

511
### Patch Changes

package/package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@astrolicious/i18n",
3-
"version": "0.3.3",
3+
"version": "0.4.0",
44
"description": "Yet another i18n integration for Astro with server and client utilities, type safety and translations built-in.",
55
"author": {
66
"email": "[email protected]",
@@ -38,7 +38,10 @@
3838
"./components/I18nClient.astro": "./assets/components/I18nClient.astro",
3939
"./components/I18nHead.astro": "./assets/components/I18nHead.astro"
4040
},
41-
"files": ["dist", "assets"],
41+
"files": [
42+
"dist",
43+
"assets"
44+
],
4245
"scripts": {
4346
"dev": "tsup --watch",
4447
"build": "tsup"

0 commit comments

Comments
 (0)