Skip to content

Commit ae703bc

Browse files
committed
Release 1.1.0 version
1 parent a77e554 commit ae703bc

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.1.0
5+
* Added translation preprocessors.
6+
47
## 1.0.1
58
* Fixed types to be able to miss `as const` in `browser()`.
69

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.1",
3+
"version": "1.1.0",
44
"description": "A tiny (≈600 bytes) i18n library for React/Preact/Vue/Svelte",
55
"keywords": [
66
"nano",

0 commit comments

Comments
 (0)