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 39a2c01 commit 07c0da7Copy full SHA for 07c0da7
CHANGELOG.md
@@ -1,6 +1,9 @@
1
# Change Log
2
This project adheres to [Semantic Versioning](http://semver.org/).
3
4
+## 1.0.1
5
+* Fixed types to be able to miss `as const` in `browser()`.
6
+
7
## 1.0.0
8
* Added Nano Stores 1.0 support.
9
* Removed Node.js 18 support.
package.json
@@ -1,6 +1,6 @@
{
"name": "@nanostores/i18n",
- "version": "1.0.0",
+ "version": "1.0.1",
"description": "A tiny (≈600 bytes) i18n library for React/Preact/Vue/Svelte",
"keywords": [
"nano",
0 commit comments