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