We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3650232 commit c76e697Copy full SHA for c76e697
CHANGELOG.md
@@ -1,6 +1,10 @@
1
# Change Log
2
This project adheres to [Semantic Versioning](http://semver.org/).
3
4
+## 1.0.0
5
+* Added Nano Stores 1.0 support.
6
+* Removed Node.js 18 support.
7
+
8
## 0.12.2
9
* Added Nano Stores 0.11 support.
10
package.json
@@ -1,6 +1,6 @@
{
"name": "@nanostores/i18n",
- "version": "0.12.2",
+ "version": "1.0.0",
"description": "A tiny (≈600 bytes) i18n library for React/Preact/Vue/Svelte",
"keywords": [
"nano",
0 commit comments