kotori 4.0.0 → 4.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -203,7 +203,7 @@ Returns the translated string for the current language. `args` is required if th
203
203
 
204
204
  ### `useT()`
205
205
 
206
- React hook. Returns `{ t, language, setLanguage }`.
206
+ React hook. Returns `{ language }`.
207
207
 
208
208
  | return | type | description |
209
209
  | --- | --- | --- |
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "kotori",
3
3
  "description": "Strongly-typed and composable internationalization library for React",
4
- "version": "4.0.0",
4
+ "version": "4.0.1",
5
5
  "scripts": {
6
6
  "setup": "rm -rf node_modules && npm i && git init && husky",
7
7
  "prepublishOnly": "npm i && npx tsc && npm run build",