Skip to content

Commit 07c0da7

Browse files
committed
Release 1.0.1 version
1 parent 39a2c01 commit 07c0da7

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# Change Log
22
This project adheres to [Semantic Versioning](http://semver.org/).
33

4+
## 1.0.1
5+
* Fixed types to be able to miss `as const` in `browser()`.
6+
47
## 1.0.0
58
* Added Nano Stores 1.0 support.
69
* Removed Node.js 18 support.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nanostores/i18n",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "A tiny (≈600 bytes) i18n library for React/Preact/Vue/Svelte",
55
"keywords": [
66
"nano",

0 commit comments

Comments
 (0)