Skip to content

Commit 5afd1f8

Browse files
committed
Update version
1 parent 79c5fbb commit 5afd1f8

File tree

2 files changed

+12
-9
lines changed

2 files changed

+12
-9
lines changed

CHANGELOG.md

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,28 @@
1-
# [4.0.0](https://github.com/kaisermann/svelte-i18n/compare/v3.7.4...v4.0.0) (2023-10-16)
1+
## [4.0.1](https://github.com/kaisermann/svelte-i18n/compare/v3.7.4...v4.0.1) (2024-10-21)
22

3+
### Features
34

4-
### Bug Fixes
5+
- allow svelte@5 as peer dep ([#253](https://github.com/kaisermann/svelte-i18n/issues/253)) ([79c5fbb](https://github.com/kaisermann/svelte-i18n/commit/79c5fbbaa9bf62ee15c43de2a10fd24530eab5a3))
56

6-
* make package esm-only ([d54ee67](https://github.com/kaisermann/svelte-i18n/commit/d54ee678e14c7fdffe7be9ecda65813742aac95e))
7-
* remove node 14 from tests ([458a759](https://github.com/kaisermann/svelte-i18n/commit/458a75901824a11d22a6917ffc41448f62cf7449))
7+
# [4.0.0](https://github.com/kaisermann/svelte-i18n/compare/v3.7.4...v4.0.0) (2023-10-16)
88

9+
### Bug Fixes
10+
11+
- make package esm-only ([d54ee67](https://github.com/kaisermann/svelte-i18n/commit/d54ee678e14c7fdffe7be9ecda65813742aac95e))
12+
- remove node 14 from tests ([458a759](https://github.com/kaisermann/svelte-i18n/commit/458a75901824a11d22a6917ffc41448f62cf7449))
913

1014
### BREAKING CHANGES
1115

12-
* package is now esm-only
16+
- package is now esm-only
1317

14-
* chore(deps-dev): bump postcss from 8.4.29 to 8.4.31
18+
- chore(deps-dev): bump postcss from 8.4.29 to 8.4.31
1519

1620
Bumps [postcss](https://github.com/postcss/postcss) from 8.4.29 to 8.4.31.
21+
1722
- [Release notes](https://github.com/postcss/postcss/releases)
1823
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
1924
- [Commits](https://github.com/postcss/postcss/compare/8.4.29...8.4.31)
2025

21-
22-
2326
## [3.7.4](https://github.com/kaisermann/svelte-i18n/compare/v3.4.0...v3.7.4) (2023-09-04)
2427

2528
### Bug Fixes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "svelte-i18n",
3-
"version": "4.0.0",
3+
"version": "4.0.1",
44
"type": "module",
55
"main": "dist/runtime.js",
66
"exports": {

0 commit comments

Comments
 (0)